#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 828 of file EshelbianPlasticity.hpp.
◆ PressureBc()
| EshelbianPlasticity::PressureBc::PressureBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces, |
|
|
std::string |
load_history_file = "" |
|
) |
| |
Definition at line 2853 of file EshelbianPlasticity.cpp.
2856
2858 if (attr.size() < 1) {
2860 "Wrong size of normal displacement BC");
2861 }
2862
2864
2865 MOFEM_LOG(
"EP", Sev::inform) <<
"Add PressureBc " << name;
2866 MOFEM_LOG(
"EP", Sev::inform) <<
"Add PressureBc val " <<
val;
2868 <<
"Add PressureBc nb. of faces " <<
faces.size();
2869}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
std::string loadHistoryFile
◆ blockName
| std::string EshelbianPlasticity::PressureBc::blockName |
◆ faces
| Range EshelbianPlasticity::PressureBc::faces |
◆ loadHistoryFile
| std::string EshelbianPlasticity::PressureBc::loadHistoryFile |
◆ val
| double EshelbianPlasticity::PressureBc::val |
The documentation for this struct was generated from the following files: