#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"
Definition at line 14 of file EshelbianOperators.hpp.
◆ OpJacobian() [1/2]
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 |
|
) |
| |
|
inline |
Definition at line 16 of file EshelbianOperators.hpp.
ForcesAndSourcesCore::UserDataOperator UserDataOperator
boost::shared_ptr< PhysicalEquations > physicsPtr
material physical equations
boost::shared_ptr< DataAtIntegrationPts > dataAtPts
data at integration pts
◆ OpJacobian() [2/2]
OpJacobian::OpJacobian |
( |
| ) |
|
|
inlineprotected |
◆ doWork()
- Examples
- EshelbianPlasticity.cpp.
Definition at line 904 of file EshelbianPlasticity.cpp.
904 {
906
909
912
914}
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
virtual MoFEMErrorCode evaluateLhs(EntData &data)=0
virtual MoFEMErrorCode evaluateRhs(EntData &data)=0
◆ evaluateLhs()
virtual MoFEMErrorCode OpJacobian::evaluateLhs |
( |
EntData & |
data | ) |
|
|
pure virtual |
◆ evaluateRhs()
virtual MoFEMErrorCode OpJacobian::evaluateRhs |
( |
EntData & |
data | ) |
|
|
pure virtual |
◆ dataAtPts
◆ evalLhs
bool OpJacobian::evalLhs = false |
|
protected |
◆ evalRhs
bool OpJacobian::evalRhs = false |
|
protected |
◆ physicsPtr
boost::shared_ptr<PhysicalEquations> OpJacobian::physicsPtr |
|
protected |
◆ tAg
The documentation for this struct was generated from the following files: