v0.14.0 |
#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>
Public Member Functions | |
OpJacobian (const int tag, 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) |
Protected Member Functions | |
OpJacobian () | |
Protected Attributes | |
int | tAg = -1 |
adol-c tape More... | |
bool | evalRhs = false |
bool | evalLhs = false |
boost::shared_ptr< DataAtIntegrationPts > | dataAtPts |
data at integration pts More... | |
boost::shared_ptr< PhysicalEquations > | physicsPtr |
material physical equations More... | |
Definition at line 380 of file EshelbianPlasticity.hpp.
|
inline |
Definition at line 382 of file EshelbianPlasticity.hpp.
|
inlineprotected |
Definition at line 394 of file EshelbianPlasticity.hpp.
MoFEMErrorCode EshelbianPlasticity::OpJacobian::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
Definition at line 359 of file EshelbianPlasticity.cpp.
|
pure virtual |
|
pure virtual |
|
protected |
data at integration pts
Definition at line 401 of file EshelbianPlasticity.hpp.
|
protected |
Definition at line 398 of file EshelbianPlasticity.hpp.
|
protected |
Definition at line 397 of file EshelbianPlasticity.hpp.
|
protected |
material physical equations
Definition at line 403 of file EshelbianPlasticity.hpp.
|
protected |
adol-c tape
Definition at line 396 of file EshelbianPlasticity.hpp.