![]() |
v0.13.0 |
#include <users_modules/tutorials/vec-2/src/HenckyOps.hpp>
Inherits boost::enable_shared_from_this< CommonData >.
Public Member Functions | |
auto | getMatFirstPiolaStress () |
auto | getMatHenckyStress () |
auto | getMatLogC () |
auto | getMatTangent () |
Public Attributes | |
boost::shared_ptr< MatrixDouble > | matGradPtr |
boost::shared_ptr< MatrixDouble > | matDPtr |
boost::shared_ptr< MatrixDouble > | matLogCPlastic |
MatrixDouble | matEigVal |
MatrixDouble | matEigVec |
MatrixDouble | matLogC |
MatrixDouble | matLogCdC |
MatrixDouble | matFirstPiolaStress |
MatrixDouble | matSecondPiolaStress |
MatrixDouble | matHenckyStress |
MatrixDouble | matTangent |
Definition at line 76 of file HenckyOps.hpp.
auto HenckyOps::CommonData::getMatFirstPiolaStress | ( | ) |
Definition at line 90 of file HenckyOps.hpp.
auto HenckyOps::CommonData::getMatHenckyStress | ( | ) |
Definition at line 95 of file HenckyOps.hpp.
auto HenckyOps::CommonData::getMatLogC | ( | ) |
Definition at line 100 of file HenckyOps.hpp.
auto HenckyOps::CommonData::getMatTangent | ( | ) |
Definition at line 104 of file HenckyOps.hpp.
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matDPtr |
Definition at line 78 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matEigVal |
Definition at line 81 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matEigVec |
Definition at line 82 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matFirstPiolaStress |
Definition at line 85 of file HenckyOps.hpp.
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matGradPtr |
Definition at line 77 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matHenckyStress |
Definition at line 87 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matLogC |
Definition at line 83 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matLogCdC |
Definition at line 84 of file HenckyOps.hpp.
boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matLogCPlastic |
Definition at line 79 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matSecondPiolaStress |
Definition at line 86 of file HenckyOps.hpp.
MatrixDouble HenckyOps::CommonData::matTangent |
Definition at line 88 of file HenckyOps.hpp.