#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 819 of file EshelbianPlasticity.hpp.
◆ AnalyticalTractionBc()
| EshelbianPlasticity::AnalyticalTractionBc::AnalyticalTractionBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces, |
|
|
std::string |
load_history_file = "" |
|
) |
| |
Definition at line 2917 of file EshelbianPlasticity.cpp.
2922 (void)load_history_file;
2923 flags.resize(3,
false);
2924 for (int ii = 0; ii != 3; ++ii) {
2925 flags[ii] = attr.size() < 3 ? 1 : attr[ii];
2926 }
2927
2928 MOFEM_LOG(
"EP", Sev::inform) <<
"Add AnalyticalTractionBc " << name;
2929 MOFEM_LOG(
"EP", Sev::inform) <<
"Add AnalyticalTractionBc flags " <<
flags[0]
2932 <<
"Add AnalyticalTractionBc nb. of faces " <<
faces.size();
2933}
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::AnalyticalTractionBc::blockName |
◆ faces
| Range EshelbianPlasticity::AnalyticalTractionBc::faces |
◆ flags
| VectorInt3 EshelbianPlasticity::AnalyticalTractionBc::flags |
The documentation for this struct was generated from the following files: