#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 538 of file EshelbianPlasticity.hpp.
◆ ExternalStrain()
| EshelbianPlasticity::ExternalStrain::ExternalStrain |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
ents |
|
) |
| |
Definition at line 2007 of file EshelbianPlasticity.cpp.
2010
2012 if (attr.size() < 2) {
2014 "Wrong size of external strain attribute");
2015 }
2016
2019
2020 MOFEM_LOG(
"EP", Sev::inform) <<
"Add ExternalStrain " << name;
2021 MOFEM_LOG(
"EP", Sev::inform) <<
"Add ExternalStrain val " <<
val;
2022 MOFEM_LOG(
"EP", Sev::inform) <<
"Add ExternalStrain bulk modulus K "
2025 <<
"Add ExternalStrain nb. of tets " <<
ents.size();
2026
2027
2028}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
◆ blockName
| std::string EshelbianPlasticity::ExternalStrain::blockName |
◆ bulkModulusK
| double EshelbianPlasticity::ExternalStrain::bulkModulusK |
◆ ents
| Range EshelbianPlasticity::ExternalStrain::ents |
◆ val
| double EshelbianPlasticity::ExternalStrain::val |
The documentation for this struct was generated from the following files: