#include "tutorials/vec-2_nonlinear_elasticity/src/HenckyOps.hpp"
Definition at line 19 of file HenckyOps.hpp.
◆ getMatFirstPiolaStress() [1/2]
| auto HenckyOps::CommonData::getMatFirstPiolaStress |
( |
| ) |
|
|
inline |
◆ getMatFirstPiolaStress() [2/2]
| auto HenckyOps::CommonData::getMatFirstPiolaStress |
( |
| ) |
|
|
inline |
Definition at line 104 of file HenckyOps.hpp.
104 {
105 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
107 }
◆ getMatHenckyStress() [1/2]
| auto HenckyOps::CommonData::getMatHenckyStress |
( |
| ) |
|
|
inline |
◆ getMatHenckyStress() [2/2]
| auto HenckyOps::CommonData::getMatHenckyStress |
( |
| ) |
|
|
inline |
Definition at line 109 of file HenckyOps.hpp.
109 {
110 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
112 }
◆ getMatLogC() [1/2]
| auto HenckyOps::CommonData::getMatLogC |
( |
| ) |
|
|
inline |
◆ getMatLogC() [2/2]
| auto HenckyOps::CommonData::getMatLogC |
( |
| ) |
|
|
inline |
Definition at line 114 of file HenckyOps.hpp.
114 {
115 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matLogC);
116 }
◆ getMatTangent() [1/2]
| auto HenckyOps::CommonData::getMatTangent |
( |
| ) |
|
|
inline |
◆ getMatTangent() [2/2]
| auto HenckyOps::CommonData::getMatTangent |
( |
| ) |
|
|
inline |
Definition at line 118 of file HenckyOps.hpp.
118 {
119 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matTangent);
120 }
◆ matCdF
| MatrixDouble HenckyOps::CommonData::matCdF |
◆ matDPtr
| boost::shared_ptr< MatrixDouble > CommonData::matDPtr |
◆ matEigVal
| MatrixDouble CommonData::matEigVal |
◆ matEigVec
| MatrixDouble CommonData::matEigVec |
◆ matFirstPiolaStress
| MatrixDouble CommonData::matFirstPiolaStress |
◆ matGradPtr
| boost::shared_ptr< MatrixDouble > CommonData::matGradPtr |
◆ matHenckyStress
| MatrixDouble CommonData::matHenckyStress |
◆ matLogC
| MatrixDouble CommonData::matLogC |
◆ matLogCdC
| MatrixDouble CommonData::matLogCdC |
◆ matLogCPlastic
| boost::shared_ptr< MatrixDouble > CommonData::matLogCPlastic |
◆ matSecondPiolaStress
| MatrixDouble CommonData::matSecondPiolaStress |
◆ matTangent
| MatrixDouble CommonData::matTangent |
The documentation for this struct was generated from the following files:
- tutorials/vec-2_nonlinear_elasticity/src/HenckyOps.hpp
- users_modules/multifield-thermoplasticity-private/tutorials/vec-2/src/HenckyOps.hpp