#include <users_modules/tutorials/vec-2/src/HenckyOps.hpp>
Definition at line 77 of file HenckyOps.hpp.
◆ getMatFirstPiolaStress()
auto HenckyOps::CommonData::getMatFirstPiolaStress |
( |
| ) |
|
|
inline |
Definition at line 91 of file HenckyOps.hpp.
91 {
92 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
94 }
MatrixDouble matFirstPiolaStress
◆ getMatHenckyStress()
auto HenckyOps::CommonData::getMatHenckyStress |
( |
| ) |
|
|
inline |
Definition at line 96 of file HenckyOps.hpp.
96 {
97 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
99 }
MatrixDouble matHenckyStress
◆ getMatLogC()
auto HenckyOps::CommonData::getMatLogC |
( |
| ) |
|
|
inline |
Definition at line 101 of file HenckyOps.hpp.
101 {
102 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matLogC);
103 }
◆ getMatTangent()
auto HenckyOps::CommonData::getMatTangent |
( |
| ) |
|
|
inline |
Definition at line 105 of file HenckyOps.hpp.
105 {
106 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matTangent);
107 }
◆ matDPtr
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matDPtr |
◆ matEigVal
MatrixDouble HenckyOps::CommonData::matEigVal |
◆ matEigVec
MatrixDouble HenckyOps::CommonData::matEigVec |
◆ matFirstPiolaStress
MatrixDouble HenckyOps::CommonData::matFirstPiolaStress |
◆ matGradPtr
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matGradPtr |
◆ matHenckyStress
MatrixDouble HenckyOps::CommonData::matHenckyStress |
◆ matLogC
MatrixDouble HenckyOps::CommonData::matLogC |
◆ matLogCdC
MatrixDouble HenckyOps::CommonData::matLogCdC |
◆ matLogCPlastic
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matLogCPlastic |
◆ matSecondPiolaStress
MatrixDouble HenckyOps::CommonData::matSecondPiolaStress |
◆ matTangent
MatrixDouble HenckyOps::CommonData::matTangent |
The documentation for this struct was generated from the following file: