#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"
Definition at line 801 of file EshelbianPlasticity.hpp.
◆ SpringBc()
| EshelbianPlasticity::SpringBc::SpringBc |
( |
std::string |
name, |
|
|
std::vector< double > |
attr, |
|
|
Range |
faces |
|
) |
| |
Definition at line 2835 of file EshelbianPlasticity.cpp.
2837
2839 if (attr.size() < 2) {
2841 "Wrong size of spring BC attributes");
2842 }
2843
2846
2847 MOFEM_LOG(
"EP", Sev::inform) <<
"Add SpringBc " << name;
2850 MOFEM_LOG(
"EP", Sev::inform) <<
"Add SpringBc nb. of faces " <<
faces.size();
2851}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
#define MOFEM_LOG(channel, severity)
Log.
double tangentialStiffness
◆ blockName
| std::string EshelbianPlasticity::SpringBc::blockName |
◆ faces
| Range EshelbianPlasticity::SpringBc::faces |
◆ normalStiffness
| double EshelbianPlasticity::SpringBc::normalStiffness |
◆ tangentialStiffness
| double EshelbianPlasticity::SpringBc::tangentialStiffness |
The documentation for this struct was generated from the following files: