#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 513 of file EshelbianPlasticity.hpp.
◆ NormalDisplacementBc()
EshelbianPlasticity::NormalDisplacementBc::NormalDisplacementBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 1963 of file EshelbianPlasticity.cpp.
1967
1969 if (attr.size() < 1) {
1971 "Wrong size of normal displacement BC");
1972 }
1973
1975
1976 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc " << name;
1977 MOFEM_LOG(
"EP", Sev::inform) <<
"Add NormalDisplacementBc val " <<
val;
1979 <<
"Add NormalDisplacementBc nb. of faces " <<
faces.size();
1980}
#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: