|
| ForcesAndSourcesCore::UserDataOperator * | createOp (boost::shared_ptr< PhysicalEquations > physical_ptr, bool eval_stress, bool eval_tangent, bool update) override |
| |
| ForcesAndSourcesCore::UserDataOperator * | createOp (boost::shared_ptr< PhysicalEquations > physical_ptr, bool eval_stress, bool eval_tangent, bool update) |
| |
| ForcesAndSourcesCore::UserDataOperator * | createOp (boost::shared_ptr< PhysicalEquations > physical_ptr, bool eval_stress, bool eval_tangent, bool update) |
| |
| | 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) |
| |
| | 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 | getOptions (MoFEM::Interface *m_field_ptr=nullptr)=0 |
| |
| virtual MoFEMErrorCode | setParams (FEMethod *fe_ptr, int gg)=0 |
| |
| virtual MoFEMErrorCode | recordTape ()=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) |
| |
template<int DIM>
struct MatOps::MatElasticImpl< DIM >
Definition at line 21 of file MatElastic.cpp.