v0.14.0
Public Member Functions | List of all members
EshelbianPlasticity::HMHNeohookean::OpJacobian Struct Reference
Inheritance diagram for EshelbianPlasticity::HMHNeohookean::OpJacobian:
[legend]
Collaboration diagram for EshelbianPlasticity::HMHNeohookean::OpJacobian:
[legend]

Public Member Functions

MoFEMErrorCode evaluateRhs (EntData &data)
 
MoFEMErrorCode evaluateLhs (EntData &data)
 
- Public Member Functions inherited from EshelbianPlasticity::OpJacobian
 OpJacobian (const int tag, const bool eval_rhs, const bool eval_lhs, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr)
 
MoFEMErrorCode doWork (int side, EntityType type, EntData &data)
 

Additional Inherited Members

- Protected Member Functions inherited from EshelbianPlasticity::OpJacobian
 OpJacobian ()
 
- Protected Attributes inherited from EshelbianPlasticity::OpJacobian
int tAg = -1
 adol-c tape More...
 
bool evalRhs = false
 
bool evalLhs = false
 
boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 data at integration pts More...
 
boost::shared_ptr< PhysicalEquationsphysicsPtr
 material physical equations More...
 

Detailed Description

Definition at line 21 of file HMHNeohookean.cpp.

Member Function Documentation

◆ evaluateLhs()

MoFEMErrorCode EshelbianPlasticity::HMHNeohookean::OpJacobian::evaluateLhs ( EntData data)
inlinevirtual

Implements EshelbianPlasticity::OpJacobian.

Definition at line 24 of file HMHNeohookean.cpp.

24 { return 0; }

◆ evaluateRhs()

MoFEMErrorCode EshelbianPlasticity::HMHNeohookean::OpJacobian::evaluateRhs ( EntData data)
inlinevirtual

Implements EshelbianPlasticity::OpJacobian.

Definition at line 23 of file HMHNeohookean.cpp.

23 { return 0; }

The documentation for this struct was generated from the following file: