![]() |
v0.16.3 |
#include "users_modules/eshelbian_plasticity/src/AuxiliaryLogarithmicStressOperators.hpp"
Public Types | |
| enum | EnergyComponent { DEVIATORIC , VOLUMETRIC , CONJUGATE } |
| enum | VolumeComponent { JACOBIAN , FIRST_DERIVATIVE , SECOND_DERIVATIVE } |
| using | MatrixPtr = boost::shared_ptr< MatrixDouble > |
Public Attributes | |
| MatrixPtr | materialDeviator = boost::make_shared<MatrixDouble>() |
| 5 | |
| MatrixPtr | elasticStress |
| 5, Td-alphaU*dotD | |
| MatrixPtr | compliance = boost::make_shared<MatrixDouble>() |
| 5 x 5 | |
| MatrixPtr | energy = boost::make_shared<MatrixDouble>() |
| 3 | |
| MatrixPtr | volume = boost::make_shared<MatrixDouble>() |
| 3 | |
| MatrixPtr | residualDeviator = boost::make_shared<MatrixDouble>() |
| 5 | |
| MatrixPtr | residualJacobian = boost::make_shared<MatrixDouble>() |
| 1 | |
| MatrixPtr | residualStress = boost::make_shared<MatrixDouble>() |
| 5 | |
| MatrixPtr | tangentDeviator = boost::make_shared<MatrixDouble>() |
| 5 x 5 | |
| MatrixPtr | tangentDeviatorJacobian |
| 5 x 1 | |
| MatrixPtr | tangentDeviatorStress |
| 5 x 5 | |
| MatrixPtr | tangentStressDeviator |
| 5 x 5 | |
| MatrixPtr | tangentJacobian = boost::make_shared<MatrixDouble>() |
| 1 x 1 | |
| MatrixPtr | tangentStress = boost::make_shared<MatrixDouble>() |
| 5 x 5 | |
| MatrixPtr | deviatorRotation = boost::make_shared<MatrixDouble>() |
| 5 x 3 | |
| MatrixPtr | jacobianRotation = boost::make_shared<MatrixDouble>() |
| 1 x 3 | |
| MatrixPtr | deformationDeviator |
| 3 x 3 x 5, dF_ij/dD_A | |
| MatrixPtr | deformationJacobian |
| 3 x 3 x 1, dF_ij/dtheta | |
Derived values for one trial state, all stored as GaussByCoeffs. Field interpolation remains in AuxiliaryLogarithmicStressData. These values are overwritten on every element evaluation, including rejected trials.
Definition at line 20 of file AuxiliaryLogarithmicStressOperators.hpp.
| using EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::MatrixPtr = boost::shared_ptr<MatrixDouble> |
Definition at line 21 of file AuxiliaryLogarithmicStressOperators.hpp.
| Enumerator | |
|---|---|
| DEVIATORIC | |
| VOLUMETRIC | |
| CONJUGATE | |
Definition at line 22 of file AuxiliaryLogarithmicStressOperators.hpp.
| Enumerator | |
|---|---|
| JACOBIAN | |
| FIRST_DERIVATIVE | |
| SECOND_DERIVATIVE | |
Definition at line 23 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::compliance = boost::make_shared<MatrixDouble>() |
5 x 5
Definition at line 28 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::deformationDeviator |
3 x 3 x 5, dF_ij/dD_A
Definition at line 47 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::deformationJacobian |
3 x 3 x 1, dF_ij/dtheta
Definition at line 49 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::deviatorRotation = boost::make_shared<MatrixDouble>() |
5 x 3
Definition at line 45 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::elasticStress |
5, Td-alphaU*dotD
Definition at line 26 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::energy = boost::make_shared<MatrixDouble>() |
3
Definition at line 29 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::jacobianRotation = boost::make_shared<MatrixDouble>() |
1 x 3
Definition at line 46 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::materialDeviator = boost::make_shared<MatrixDouble>() |
5
Definition at line 25 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::residualDeviator = boost::make_shared<MatrixDouble>() |
5
Definition at line 32 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::residualJacobian = boost::make_shared<MatrixDouble>() |
1
Definition at line 33 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::residualStress = boost::make_shared<MatrixDouble>() |
5
Definition at line 34 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentDeviator = boost::make_shared<MatrixDouble>() |
5 x 5
Definition at line 36 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentDeviatorJacobian |
5 x 1
Definition at line 37 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentDeviatorStress |
5 x 5
Definition at line 39 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentJacobian = boost::make_shared<MatrixDouble>() |
1 x 1
Definition at line 43 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentStress = boost::make_shared<MatrixDouble>() |
5 x 5
Definition at line 44 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::tangentStressDeviator |
5 x 5
Definition at line 41 of file AuxiliaryLogarithmicStressOperators.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressMaterialData::volume = boost::make_shared<MatrixDouble>() |
3
Definition at line 30 of file AuxiliaryLogarithmicStressOperators.hpp.