#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 507 of file EshelbianPlasticity.hpp.
◆ NormalDisplacementBc()
EshelbianPlasticity::NormalDisplacementBc::NormalDisplacementBc |
( |
std::string | name, |
|
|
std::vector< double > | attr, |
|
|
Range | faces ) |
Definition at line 1973 of file EshelbianPlasticity.cpp.
1977
1979 if (attr.size() < 1) {
1981 "Wrong size of normal displacement BC");
1982 }
1983
1985
1986 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc " << name;
1987 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc val " <<
val;
1989 <<
"Add NormalDisplacementBc nb. of faces " <<
faces.size();
1990}
#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: