#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
Definition at line 278 of file EshelbianPlasticity.hpp.
◆ BcDisp()
EshelbianPlasticity::BcDisp::BcDisp |
( |
std::string |
name, |
|
|
std::vector< double > & |
attr, |
|
|
Range & |
faces |
|
) |
| |
Definition at line 596 of file EshelbianPlasticity.cpp.
598 vals.resize(3,
false);
599 flags.resize(3,
false);
600 for (int ii = 0; ii != 3; ++ii) {
602 flags[ii] =
static_cast<int>(attr[ii + 3]);
603 }
604
605 MOFEM_LOG(
"EP", Sev::inform) <<
"Add BCDisp " << name;
607 <<
"Add BCDisp vals " <<
vals[0] <<
" " <<
vals[1] <<
" " <<
vals[2];
609 <<
"Add BCDisp flags " <<
flags[0] <<
" " <<
flags[1] <<
" " <<
flags[2];
610 MOFEM_LOG(
"EP", Sev::inform) <<
"Add BCDisp nb. of faces " <<
faces.size();
611}
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
std::string EshelbianPlasticity::BcDisp::blockName |
◆ faces
Range EshelbianPlasticity::BcDisp::faces |
◆ flags
VectorInt3 EshelbianPlasticity::BcDisp::flags |
◆ vals
VectorDouble3 EshelbianPlasticity::BcDisp::vals |
The documentation for this struct was generated from the following files: