![]() |
v0.13.2 |
#include <users_modules/tutorials/vec-0/src/ElasticSpring.hpp>
Public Types | |
using | OpBase = OpBaseImpl< A, EleOp > |
Public Member Functions | |
OpFluxLhsImpl (MoFEM::Interface &m_field, int ms_id, std::string row_field_name, std::string col_field_name) | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Protected Attributes | |
double | normalStiffness |
double | tangentStiffness |
Definition at line 76 of file ElasticSpring.hpp.
using OpFluxLhsImpl< ElasticExample::SpringBcType< BLOCKSET >, 1, FIELD_DIM, A, GAUSS, EleOp >::OpBase = OpBaseImpl<A, EleOp> |
Definition at line 79 of file ElasticSpring.hpp.
OpFluxLhsImpl< ElasticExample::SpringBcType< BLOCKSET >, 1, FIELD_DIM, A, GAUSS, EleOp >::OpFluxLhsImpl | ( | MoFEM::Interface & | m_field, |
int | ms_id, | ||
std::string | row_field_name, | ||
std::string | col_field_name | ||
) |
Definition at line 167 of file ElasticSpring.hpp.
|
protected |
|
protected |
Definition at line 85 of file ElasticSpring.hpp.
|
protected |
Definition at line 86 of file ElasticSpring.hpp.