#include "src/materials/MatElastic.hpp"
|
| | 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 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) |
| |
Definition at line 16 of file MatElastic.hpp.
◆ PhysicalEquations() [1/2]
| MatOps::PhysicalEquations::PhysicalEquations |
( |
| ) |
|
|
delete |
◆ PhysicalEquations() [2/2]
| MatOps::PhysicalEquations::PhysicalEquations |
( |
boost::shared_ptr< MatOpsData > |
mat_ops_data_ptr, |
|
|
int |
tag, |
|
|
boost::shared_ptr< std::map< int, Range > > |
tag_vs_range_ptr = nullptr |
|
) |
| |
|
inline |
Definition at line 114 of file MatOps.hpp.
boost::shared_ptr< std::map< int, Range > > tagVsRangePtr
boost::shared_ptr< MatOpsData > matOpsDataPtr
◆ useDeformationGradient
| bool MatOps::MatElastic::useDeformationGradient |
|
inlinestatic |
The documentation for this struct was generated from the following file: