#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 522 of file EshelbianPlasticity.hpp.
◆ AnalyticalTractionBc()
| EshelbianPlasticity::AnalyticalTractionBc::AnalyticalTractionBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 2054 of file EshelbianPlasticity.cpp.
2058
2060 if (attr.size() < 3) {
2062 "Wrong size of analytical traction BC");
2063 }
2064
2065 flags.resize(3,
false);
2066 for (int ii = 0; ii != 3; ++ii) {
2067 flags[ii] = attr[ii];
2068 }
2069
2070 MOFEM_LOG(
"EP", Sev::inform) <<
"Add AnalyticalTractionBc " << name;
2072 <<
"Add AnalyticalTractionBc flags " <<
flags[0] <<
" " <<
flags[1]
2075 <<
"Add AnalyticalTractionBc nb. of faces " <<
faces.size();
2076}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::AnalyticalTractionBc::blockName |
◆ faces
| Range EshelbianPlasticity::AnalyticalTractionBc::faces |
◆ flags
| VectorInt3 EshelbianPlasticity::AnalyticalTractionBc::flags |
The documentation for this struct was generated from the following files: