|
| ForcesAndSourcesCore::UserDataOperator * | createOp (boost::shared_ptr< PhysicalEquations > physical_ptr, bool eval_stress, bool eval_tangent, bool update) |
| |
| | GenericElastic (boost::shared_ptr< MatOpsData > mat_ops_data_ptr, int tag=-1) |
| |
| | 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 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) |
| |
template<int DIM>
struct MatOps::GenericElasticImpl< DIM >
Definition at line 38 of file MatGenericElastic.cpp.