#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 1970 of file EshelbianPlasticity.cpp.
1974
1976 if (attr.size() < 1) {
1978 "Wrong size of normal displacement BC");
1979 }
1980
1982
1983 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc " << name;
1984 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc val " <<
val;
1986 <<
"Add NormalDisplacementBc nb. of faces " <<
faces.size();
1987}
#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: