![]() |
v0.16.3 |
#include "users_modules/eshelbian_plasticity/src/AuxiliaryLogarithmicStress.hpp"
Public Types | |
| using | MatrixPtr = boost::shared_ptr< MatrixDouble > |
Public Attributes | |
| MatrixPtr | logDeviator = boost::make_shared<MatrixDouble>() |
| MatrixPtr | logDeviatorDot = boost::make_shared<MatrixDouble>() |
| MatrixPtr | logJacobian = boost::make_shared<MatrixDouble>() |
| MatrixPtr | stress = boost::make_shared<MatrixDouble>() |
| MatrixPtr | logDeviatorTensor = boost::make_shared<MatrixDouble>() |
| MatrixPtr | stressTensor = boost::make_shared<MatrixDouble>() |
One trial state's 5/1/5 coordinates and evaluated symmetric tensors, all in GaussByCoeffs storage.
Definition at line 17 of file AuxiliaryLogarithmicStress.hpp.
| using EshelbianPlasticity::AuxiliaryLogarithmicStressData::MatrixPtr = boost::shared_ptr<MatrixDouble> |
Definition at line 18 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviator = boost::make_shared<MatrixDouble>() |
Definition at line 19 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviatorDot = boost::make_shared<MatrixDouble>() |
Definition at line 20 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviatorTensor = boost::make_shared<MatrixDouble>() |
Definition at line 23 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logJacobian = boost::make_shared<MatrixDouble>() |
Definition at line 21 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::stress = boost::make_shared<MatrixDouble>() |
Definition at line 22 of file AuxiliaryLogarithmicStress.hpp.
| MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::stressTensor = boost::make_shared<MatrixDouble>() |
Definition at line 24 of file AuxiliaryLogarithmicStress.hpp.