#include "tutorials/vec-0/src/HookeOps.hpp"
Definition at line 14 of file HookeOps.hpp.
◆ getMatCauchyStress()
auto HookeOps::CommonData::getMatCauchyStress |
( |
| ) |
|
|
inline |
Get shared Cauchy stress.
- Returns
- Shared Cauchy stress matrix
Definition at line 24 of file HookeOps.hpp.
24 {
25 return boost::shared_ptr<MatrixDouble>(shared_from_this(),
27 }
MatrixDouble matCauchyStressPtr
◆ getMatStrain()
auto HookeOps::CommonData::getMatStrain |
( |
| ) |
|
|
inline |
Get shared strain.
- Returns
- Shared strain matrix
Definition at line 32 of file HookeOps.hpp.
32 {
33 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
matStrainPtr);
34 }
MatrixDouble matStrainPtr
◆ matCauchyStressPtr
MatrixDouble HookeOps::CommonData::matCauchyStressPtr |
◆ matDPtr
boost::shared_ptr<MatrixDouble> HookeOps::CommonData::matDPtr |
◆ matGradPtr
boost::shared_ptr<MatrixDouble> HookeOps::CommonData::matGradPtr |
◆ matStrainPtr
MatrixDouble HookeOps::CommonData::matStrainPtr |
The documentation for this struct was generated from the following file: