#include <users_modules/tutorials/vec-2/src/HenckyOps.hpp>
Definition at line 80 of file HenckyOps.hpp.
◆ getMatFirstPiolaStress()
auto HenckyOps::CommonData::getMatFirstPiolaStress |
( |
| ) |
|
|
inline |
Definition at line 94 of file HenckyOps.hpp.
94 {
95 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
97 }
MatrixDouble matFirstPiolaStress
◆ getMatHenckyStress()
auto HenckyOps::CommonData::getMatHenckyStress |
( |
| ) |
|
|
inline |
Definition at line 99 of file HenckyOps.hpp.
99 {
100 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
102 }
MatrixDouble matHenckyStress
◆ getMatLogC()
auto HenckyOps::CommonData::getMatLogC |
( |
| ) |
|
|
inline |
Definition at line 104 of file HenckyOps.hpp.
104 {
105 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matLogC);
106 }
◆ getMatTangent()
auto HenckyOps::CommonData::getMatTangent |
( |
| ) |
|
|
inline |
Definition at line 108 of file HenckyOps.hpp.
108 {
109 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matTangent);
110 }
◆ 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: