#include "src/materials/MatGenericElastic.hpp"
|
| | GenericElastic (boost::shared_ptr< MatOpsData > mat_ops_data_ptr, int tag=-1) |
| |
| MoFEMErrorCode | getOptions (MoFEM::Interface *m_field_ptr=nullptr) override |
| |
| MoFEMErrorCode | recordTape () override |
| |
| MoFEMErrorCode | setParams (FEMethod *fe_ptr, int gg) override |
| |
| | PhysicalEquations ()=delete |
| |
| | PhysicalEquations (boost::shared_ptr< MatOpsData > mat_ops_data_ptr, int tag, boost::shared_ptr< std::map< int, Range > > tag_vs_range_ptr=nullptr) |
| |
| virtual | ~PhysicalEquations ()=default |
| |
| virtual ForcesAndSourcesCore::UserDataOperator * | createOp (boost::shared_ptr< PhysicalEquations > physical_ptr, bool eval_stress, bool eval_tangent, bool update)=0 |
| |
| virtual MoFEMErrorCode | evaluateVariable (int tag, EntityHandle entity, int gg) |
| |
| virtual MoFEMErrorCode | evaluateDerivatives (int tag, EntityHandle entity, int gg) |
| |
| virtual MoFEMErrorCode | updateState (int tag, EntityHandle entity, int gg) |
| |
◆ GenericElastic()
| MatOps::GenericElastic::GenericElastic |
( |
boost::shared_ptr< MatOpsData > |
mat_ops_data_ptr, |
|
|
int |
tag = -1 |
|
) |
| |
◆ getOptions()
Implements MatOps::PhysicalEquations.
Definition at line 14 of file MatGenericElastic.cpp.
14 {
16 (void)m_field_ptr;
18}
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
◆ recordTape()
◆ setParams()
The documentation for this struct was generated from the following files: