#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 490 of file EshelbianPlasticity.hpp.
◆ TractionBc()
| EshelbianPlasticity::TractionBc::TractionBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 2019 of file EshelbianPlasticity.cpp.
2021 vals.resize(3,
false);
2022 flags.resize(3,
false);
2023 for (int ii = 0; ii != 3; ++ii) {
2024 vals[ii] = attr[ii];
2025 flags[ii] =
static_cast<int>(attr[ii + 3]);
2026 }
2027
2028 MOFEM_LOG(
"EP", Sev::inform) <<
"Add BCForce " << name;
2030 <<
"Add BCForce vals " <<
vals[0] <<
" " <<
vals[1] <<
" " <<
vals[2];
2032 <<
"Add BCForce flags " <<
flags[0] <<
" " <<
flags[1] <<
" " <<
flags[2];
2033 MOFEM_LOG(
"EP", Sev::inform) <<
"Add BCForce nb. of faces " <<
faces.size();
2034}
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::TractionBc::blockName |
◆ faces
| Range EshelbianPlasticity::TractionBc::faces |
◆ flags
| VectorInt3 EshelbianPlasticity::TractionBc::flags |
◆ vals
| VectorDouble3 EshelbianPlasticity::TractionBc::vals |
The documentation for this struct was generated from the following files: