v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HenckyOps::CommonData Struct Reference

#include <users_modules/tutorials/vec-2/src/HenckyOps.hpp>

Inheritance diagram for HenckyOps::CommonData:
[legend]
Collaboration diagram for HenckyOps::CommonData:
[legend]

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
 

Detailed Description

Definition at line 77 of file HenckyOps.hpp.

Member Function Documentation

◆ 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
Definition: HenckyOps.hpp:86

◆ 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
Definition: HenckyOps.hpp:88

◆ 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 }
MatrixDouble matLogC
Definition: HenckyOps.hpp:84

◆ 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 }
MatrixDouble matTangent
Definition: HenckyOps.hpp:89

Member Data Documentation

◆ matDPtr

boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matDPtr

Definition at line 79 of file HenckyOps.hpp.

◆ matEigVal

MatrixDouble HenckyOps::CommonData::matEigVal

Definition at line 82 of file HenckyOps.hpp.

◆ matEigVec

MatrixDouble HenckyOps::CommonData::matEigVec

Definition at line 83 of file HenckyOps.hpp.

◆ matFirstPiolaStress

MatrixDouble HenckyOps::CommonData::matFirstPiolaStress

Definition at line 86 of file HenckyOps.hpp.

◆ matGradPtr

boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matGradPtr

Definition at line 78 of file HenckyOps.hpp.

◆ matHenckyStress

MatrixDouble HenckyOps::CommonData::matHenckyStress

Definition at line 88 of file HenckyOps.hpp.

◆ matLogC

MatrixDouble HenckyOps::CommonData::matLogC

Definition at line 84 of file HenckyOps.hpp.

◆ matLogCdC

MatrixDouble HenckyOps::CommonData::matLogCdC

Definition at line 85 of file HenckyOps.hpp.

◆ matLogCPlastic

boost::shared_ptr<MatrixDouble> HenckyOps::CommonData::matLogCPlastic

Definition at line 80 of file HenckyOps.hpp.

◆ matSecondPiolaStress

MatrixDouble HenckyOps::CommonData::matSecondPiolaStress

Definition at line 87 of file HenckyOps.hpp.

◆ matTangent

MatrixDouble HenckyOps::CommonData::matTangent

Definition at line 89 of file HenckyOps.hpp.


The documentation for this struct was generated from the following file: