#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 505 of file EshelbianPlasticity.hpp.
◆ NormalDisplacementBc()
| EshelbianPlasticity::NormalDisplacementBc::NormalDisplacementBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 2474 of file EshelbianPlasticity.cpp.
2478
2480 if (attr.size() < 1) {
2482 "Wrong size of normal displacement BC");
2483 }
2484
2486
2487 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc " << name;
2488 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc val " <<
val;
2490 <<
"Add NormalDisplacementBc nb. of faces " <<
faces.size();
2491}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::NormalDisplacementBc::blockName |
◆ faces
| Range EshelbianPlasticity::NormalDisplacementBc::faces |
◆ val
| double EshelbianPlasticity::NormalDisplacementBc::val |
The documentation for this struct was generated from the following files: