![]() |
v0.10.0 |
#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
Public Member Functions | |
OpJacobian (const std::string &field_name, 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) |
Public Attributes | |
const int | tAg |
adol-c tape More... | |
const bool | evalRhs |
const bool | evalLhs |
boost::shared_ptr< DataAtIntegrationPts > | dataAtPts |
data at integration pts More... | |
boost::shared_ptr< PhysicalEquations > | physicsPtr |
material physical equations More... | |
Definition at line 576 of file EshelbianPlasticity.hpp.
EshelbianPlasticity::OpJacobian::OpJacobian | ( | const std::string & | field_name, |
const int | tag, | ||
const bool | eval_rhs, | ||
const bool | eval_lhs, | ||
boost::shared_ptr< DataAtIntegrationPts > & | data_ptr, | ||
boost::shared_ptr< PhysicalEquations > & | physics_ptr | ||
) |
Definition at line 585 of file EshelbianPlasticity.hpp.
MoFEMErrorCode EshelbianPlasticity::OpJacobian::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
Definition at line 31 of file EshelbianPlasticity.cpp.
|
pure virtual |
Implemented in EshelbianPlasticity::OpHMHH.
|
pure virtual |
Implemented in EshelbianPlasticity::OpHMHH.
boost::shared_ptr<DataAtIntegrationPts> EshelbianPlasticity::OpJacobian::dataAtPts |
data at integration pts
Definition at line 581 of file EshelbianPlasticity.hpp.
const bool EshelbianPlasticity::OpJacobian::evalLhs |
Definition at line 579 of file EshelbianPlasticity.hpp.
const bool EshelbianPlasticity::OpJacobian::evalRhs |
Definition at line 578 of file EshelbianPlasticity.hpp.
boost::shared_ptr<PhysicalEquations> EshelbianPlasticity::OpJacobian::physicsPtr |
material physical equations
Definition at line 583 of file EshelbianPlasticity.hpp.
const int EshelbianPlasticity::OpJacobian::tAg |
adol-c tape
Definition at line 577 of file EshelbianPlasticity.hpp.