![]() |
v0.16.0 |
Public Member Functions | |
| OpHenckyJacobian (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< HMHHencky > hencky_ptr) | |
| MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
| MoFEMErrorCode | evaluateRhs (EntData &data) |
| MoFEMErrorCode | evaluateLhs (EntData &data) |
Public Member Functions inherited from OpJacobian | |
| OpJacobian (const bool eval_rhs, const bool eval_lhs, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) | |
| virtual MoFEMErrorCode | evaluateRhs (EntData &data)=0 |
| virtual MoFEMErrorCode | evaluateLhs (EntData &data)=0 |
| MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
Private Attributes | |
| boost::shared_ptr< DataAtIntegrationPts > | dataAtGaussPts |
| boost::shared_ptr< HMHHencky > | henckyPtr |
Additional Inherited Members | |
Protected Member Functions inherited from OpJacobian | |
| OpJacobian (FieldSpace space, UserDataOperator::OpType op_type) | |
| OpJacobian () | |
Protected Attributes inherited from OpJacobian | |
| bool | evalRhs = false |
| bool | evalLhs = false |
| boost::shared_ptr< DataAtIntegrationPts > | dataAtPts |
| data at integration pts | |
| boost::shared_ptr< PhysicalEquations > | physicsPtr |
| material physical equations | |
Definition at line 20 of file HMHHencky.cpp.
|
inline |
Definition at line 21 of file HMHHencky.cpp.
|
inline |
Definition at line 29 of file HMHHencky.cpp.
|
inline |
Definition at line 38 of file HMHHencky.cpp.
|
inline |
Definition at line 37 of file HMHHencky.cpp.
|
private |
Definition at line 41 of file HMHHencky.cpp.
|
private |
Definition at line 42 of file HMHHencky.cpp.