v0.15.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EshelbianPlasticity::BcDisp Struct Reference

#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"

Collaboration diagram for EshelbianPlasticity::BcDisp:
[legend]

Public Member Functions

 BcDisp (std::string name, std::vector< double > attr, Range faces)
 

Public Attributes

std::string blockName
 
Range faces
 
VectorDouble3 vals
 
VectorInt3 flags
 

Detailed Description

Definition at line 489 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcDisp()

EshelbianPlasticity::BcDisp::BcDisp ( std::string  name,
std::vector< double attr,
Range  faces 
)

Definition at line 1920 of file EshelbianPlasticity.cpp.

1921 : blockName(name), faces(faces) {
1922 vals.resize(3, false);
1923 flags.resize(3, false);
1924 for (int ii = 0; ii != 3; ++ii) {
1925 vals[ii] = attr[ii];
1926 flags[ii] = static_cast<int>(attr[ii + 3]);
1927 }
1928
1929 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp " << name;
1930 MOFEM_LOG("EP", Sev::inform)
1931 << "Add BCDisp vals " << vals[0] << " " << vals[1] << " " << vals[2];
1932 MOFEM_LOG("EP", Sev::inform)
1933 << "Add BCDisp flags " << flags[0] << " " << flags[1] << " " << flags[2];
1934 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp nb. of faces " << faces.size();
1935}
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcDisp::blockName

Definition at line 491 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcDisp::faces

Definition at line 492 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::BcDisp::flags

Definition at line 494 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble3 EshelbianPlasticity::BcDisp::vals

Definition at line 493 of file EshelbianPlasticity.hpp.


The documentation for this struct was generated from the following files: