v0.15.0
Loading...
Searching...
No Matches
EshelbianPlasticity::OpJacobian Struct Referenceabstract

#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"

Inheritance diagram for EshelbianPlasticity::OpJacobian:
[legend]
Collaboration diagram for EshelbianPlasticity::OpJacobian:
[legend]

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
 
bool evalRhs = false
 
bool evalLhs = false
 
boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 data at integration pts
 
boost::shared_ptr< PhysicalEquationsphysicsPtr
 material physical equations
 

Detailed Description

Definition at line 15 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ OpJacobian() [1/2]

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 )
inline

Definition at line 17 of file EshelbianPlasticity.hpp.

◆ OpJacobian() [2/2]

EshelbianPlasticity::OpJacobian::OpJacobian ( )
inlineprotected

Definition at line 29 of file EshelbianPlasticity.hpp.

Member Function Documentation

◆ doWork()

MoFEMErrorCode OpJacobian::doWork ( int side,
EntityType type,
EntData & data )
Examples
EshelbianPlasticity.cpp.

Definition at line 901 of file EshelbianPlasticity.cpp.

901 {
903
904 if (evalRhs)
905 CHKERR evaluateRhs(data);
906
907 if (evalLhs)
908 CHKERR evaluateLhs(data);
909
911}
#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 evaluateRhs(EntData &data)=0
virtual MoFEMErrorCode evaluateLhs(EntData &data)=0

◆ evaluateLhs()

virtual MoFEMErrorCode EshelbianPlasticity::OpJacobian::evaluateLhs ( EntData & data)
pure virtual

◆ evaluateRhs()

virtual MoFEMErrorCode EshelbianPlasticity::OpJacobian::evaluateRhs ( EntData & data)
pure virtual

Member Data Documentation

◆ dataAtPts

boost::shared_ptr<DataAtIntegrationPts> EshelbianPlasticity::OpJacobian::dataAtPts
protected

data at integration pts

Definition at line 36 of file EshelbianPlasticity.hpp.

◆ evalLhs

bool EshelbianPlasticity::OpJacobian::evalLhs = false
protected
Examples
EshelbianPlasticity.cpp.

Definition at line 33 of file EshelbianPlasticity.hpp.

◆ evalRhs

bool EshelbianPlasticity::OpJacobian::evalRhs = false
protected
Examples
EshelbianPlasticity.cpp.

Definition at line 32 of file EshelbianPlasticity.hpp.

◆ physicsPtr

boost::shared_ptr<PhysicalEquations> EshelbianPlasticity::OpJacobian::physicsPtr
protected

material physical equations

Definition at line 38 of file EshelbianPlasticity.hpp.

◆ tAg

int EshelbianPlasticity::OpJacobian::tAg = -1
protected

adol-c tape

Definition at line 31 of file EshelbianPlasticity.hpp.


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