#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 530 of file EshelbianPlasticity.hpp.
◆ PressureBc()
| EshelbianPlasticity::PressureBc::PressureBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 1989 of file EshelbianPlasticity.cpp.
1991
1993 if (attr.size() < 1) {
1995 "Wrong size of normal displacement BC");
1996 }
1997
1999
2000 MOFEM_LOG(
"EP", Sev::inform) <<
"Add PressureBc " << name;
2001 MOFEM_LOG(
"EP", Sev::inform) <<
"Add PressureBc val " <<
val;
2003 <<
"Add PressureBc nb. of faces " <<
faces.size();
2004}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::PressureBc::blockName |
◆ faces
| Range EshelbianPlasticity::PressureBc::faces |
◆ val
| double EshelbianPlasticity::PressureBc::val |
The documentation for this struct was generated from the following files: