#include "users_modules/multifield-thermoplasticity-private/tutorials/vec-0/src/HookeOps.hpp"
Definition at line 14 of file HookeOps.hpp.
◆ getMatCauchyStress() [1/2]
| 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
◆ getMatCauchyStress() [2/2]
| 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 }
◆ getMatStrain() [1/2]
| 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
◆ getMatStrain() [2/2]
| 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 }
◆ matCauchyStressPtr
| MatrixDouble CommonData::matCauchyStressPtr |
◆ matDPtr
| boost::shared_ptr< MatrixDouble > CommonData::matDPtr |
◆ matGradPtr
| boost::shared_ptr< MatrixDouble > CommonData::matGradPtr |
◆ matStrainPtr
| MatrixDouble CommonData::matStrainPtr |
The documentation for this struct was generated from the following file:
- users_modules/multifield-thermoplasticity-private/tutorials/vec-0/src/HookeOps.hpp