common data used by volume elements
More...
#include "users_modules/adolc-plasticity/src/ADOLCPlasticity.hpp"
common data used by volume elements
Definition at line 61 of file ADOLCPlasticity.hpp.
◆ CommonData()
ADOLCPlasticity::CommonData::CommonData |
( |
| ) |
|
|
inline |
- Examples
- ADOLCPlasticity.hpp.
Definition at line 135 of file ADOLCPlasticity.hpp.
135 {
136
138 }
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
MoFEMErrorCode getDefaultMaterialParameters()
◆ getDefaultMaterialParameters()
MoFEMErrorCode ADOLCPlasticity::CommonData::getDefaultMaterialParameters |
( |
| ) |
|
|
inline |
- Examples
- ADOLCPlasticity.hpp.
Definition at line 115 of file ADOLCPlasticity.hpp.
115 {
117 PetscBool b_bar =
bBar ? PETSC_TRUE : PETSC_FALSE;
119 PETSC_NULLPTR);
122 }
#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.
PetscErrorCode PetscOptionsGetBool(PetscOptions *, const char pre[], const char name[], PetscBool *bval, PetscBool *set)
◆ getFTensor1PlasticStrainAtGaussPts()
auto ADOLCPlasticity::CommonData::getFTensor1PlasticStrainAtGaussPts |
( |
int | gg = 0 | ) |
|
|
inline |
◆ getFTensor1StressAtGaussPts()
auto ADOLCPlasticity::CommonData::getFTensor1StressAtGaussPts |
( |
int | gg = 0 | ) |
|
|
inline |
◆ getGradAtGaussPtsPtr()
auto ADOLCPlasticity::CommonData::getGradAtGaussPtsPtr |
( |
| ) |
|
|
inline |
◆ getInternalVariables()
auto ADOLCPlasticity::CommonData::getInternalVariables |
( |
int | gg = 0 | ) |
|
|
inline |
◆ getMatTangentPtr()
auto ADOLCPlasticity::CommonData::getMatTangentPtr |
( |
| ) |
|
|
inline |
◆ getPlasticStrain()
auto ADOLCPlasticity::CommonData::getPlasticStrain |
( |
int | gg = 0 | ) |
|
|
inline |
◆ getPlasticStrainMatrixPtr()
boost::shared_ptr< MatrixDouble > ADOLCPlasticity::CommonData::getPlasticStrainMatrixPtr |
( |
| ) |
|
|
inline |
◆ getStressMatrixPtr()
boost::shared_ptr< MatrixDouble > ADOLCPlasticity::CommonData::getStressMatrixPtr |
( |
| ) |
|
|
inline |
◆ activeVariablesW
MatrixDouble ADOLCPlasticity::CommonData::activeVariablesW |
◆ bBar
bool ADOLCPlasticity::CommonData::bBar = true |
◆ deltaGamma
vector<double> ADOLCPlasticity::CommonData::deltaGamma |
◆ gradAtGaussPts
MatrixDouble ADOLCPlasticity::CommonData::gradAtGaussPts |
◆ gradientW
MatrixDouble ADOLCPlasticity::CommonData::gradientW |
◆ internalVariablesPtr
double* ADOLCPlasticity::CommonData::internalVariablesPtr |
◆ internalVariablesSize
int ADOLCPlasticity::CommonData::internalVariablesSize |
◆ materialTangentOperator
MatrixDouble ADOLCPlasticity::CommonData::materialTangentOperator |
◆ plasticStrainMatrix
MatrixDouble ADOLCPlasticity::CommonData::plasticStrainMatrix |
◆ plasticStrainPtr
double* ADOLCPlasticity::CommonData::plasticStrainPtr |
◆ plasticStrainSize
int ADOLCPlasticity::CommonData::plasticStrainSize |
◆ stressMatrix
MatrixDouble ADOLCPlasticity::CommonData::stressMatrix |
The documentation for this struct was generated from the following file: