v0.14.0
Public Member Functions | Public Attributes | List of all members
EshelbianPlasticity::DataAtIntegrationPts Struct Reference

#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>

Inheritance diagram for EshelbianPlasticity::DataAtIntegrationPts:
[legend]
Collaboration diagram for EshelbianPlasticity::DataAtIntegrationPts:
[legend]

Public Member Functions

MatrixPtr getApproxSigmaAtPts ()
 
MatrixPtr getApproxPAtPts ()
 
MatrixPtr getDivPAtPts ()
 
MatrixPtr getDivSigmaAtPts ()
 
MatrixPtr getSmallWL2AtPts ()
 
MatrixPtr getSmallWL2DotAtPts ()
 
MatrixPtr getSmallWL2DotDotAtPts ()
 
MatrixPtr getLogStretchTensorAtPts ()
 
MatrixPtr getStretchTensorAtPts ()
 
MatrixPtr getLogStretchDotTensorAtPts ()
 
MatrixPtr getRotAxisAtPts ()
 
MatrixPtr getRotAxisDotAtPts ()
 
MatrixPtr getBigGAtPts ()
 
MatrixPtr getBigG0AtPts ()
 
MatrixPtr getMatDPtr ()
 
MatrixPtr getMatInvDPtr ()
 
MatrixPtr getMatAxiatorDPtr ()
 
MatrixPtr getMatDeviatorDPtr ()
 
MatrixPtr getSmallWH1AtPts ()
 
MatrixPtr getLargeXH1AtPts ()
 
MatrixPtr getContactL2AtPts ()
 
MatrixPtr getSmallWGradH1AtPts ()
 
VectorPtr getJacobianAtPts ()
 

Public Attributes

MatrixDouble approxPAtPts
 
MatrixDouble approxSigmaAtPts
 
MatrixDouble divPAtPts
 
MatrixDouble divSigmaAtPts
 
MatrixDouble wL2AtPts
 
MatrixDouble wL2DotAtPts
 
MatrixDouble wL2DotDotAtPts
 
MatrixDouble logStretchTensorAtPts
 
MatrixDouble stretchTensorAtPts
 
VectorDouble jacobianAtPts
 
MatrixDouble diffStretchTensorAtPts
 
VectorDouble detStretchTensorAtPts
 
MatrixDouble detStretchTensorAtPts_du
 
MatrixDouble logStretchDotTensorAtPts
 
MatrixDouble rotAxisAtPts
 
MatrixDouble rotAxisDotAtPts
 
MatrixDouble WAtPts
 
MatrixDouble W0AtPts
 
MatrixDouble GAtPts
 
MatrixDouble G0AtPts
 
MatrixDouble wH1AtPts
 
MatrixDouble XH1AtPts
 
MatrixDouble contactL2AtPts
 
MatrixDouble wGradH1AtPts
 
MatrixDouble logStretch2H1AtPts
 
MatrixDouble logStretchTotalTensorAtPts
 
MatrixDouble hAtPts
 
MatrixDouble hdOmegaAtPts
 
MatrixDouble hdLogStretchAtPts
 
MatrixDouble leviKirchhoffAtPts
 
MatrixDouble leviKirchhoffPAtPts
 
MatrixDouble leviKirchhoffOmegaAtPts
 
MatrixDouble adjointPdstretchAtPts
 
MatrixDouble adjointPdUAtPts
 
MatrixDouble adjointPdUdOmegaAtPts
 
MatrixDouble adjointPdUdPAtPts
 
MatrixDouble rotMatAtPts
 
MatrixDouble diffRotMatAtPts
 
MatrixDouble diff2RotMatAtPts
 
MatrixDouble PAtPts
 
MatrixDouble SigmaAtPts
 
VectorDouble energyAtPts
 
MatrixDouble flowL2AtPts
 
MatrixDouble P_du
 
MatrixDouble eigenVals
 
MatrixDouble eigenVecs
 
VectorInt nbUniq
 
MatrixDouble matD
 
MatrixDouble matAxiatorD
 
MatrixDouble matDeviatorD
 
MatrixDouble matInvD
 
double mu
 
double lambda
 
boost::shared_ptr< PhysicalEquationsphysicsPtr
 

Detailed Description

Definition at line 55 of file EshelbianPlasticity.hpp.

Member Function Documentation

◆ getApproxPAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getApproxPAtPts ( )
inline

Definition at line 122 of file EshelbianPlasticity.hpp.

122  {
123  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &approxPAtPts);
124  }

◆ getApproxSigmaAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getApproxSigmaAtPts ( )
inline

Definition at line 118 of file EshelbianPlasticity.hpp.

118  {
119  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
121  }

◆ getBigG0AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getBigG0AtPts ( )
inline

Definition at line 174 of file EshelbianPlasticity.hpp.

174  {
175  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &GAtPts);
176  }

◆ getBigGAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getBigGAtPts ( )
inline

Definition at line 170 of file EshelbianPlasticity.hpp.

170  {
171  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &GAtPts);
172  }

◆ getContactL2AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getContactL2AtPts ( )
inline

Definition at line 202 of file EshelbianPlasticity.hpp.

202  {
203  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &contactL2AtPts);
204  }

◆ getDivPAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getDivPAtPts ( )
inline

Definition at line 126 of file EshelbianPlasticity.hpp.

126  {
127  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &divPAtPts);
128  }

◆ getDivSigmaAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getDivSigmaAtPts ( )
inline

Definition at line 130 of file EshelbianPlasticity.hpp.

130  {
131  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &divSigmaAtPts);
132  }

◆ getJacobianAtPts()

VectorPtr EshelbianPlasticity::DataAtIntegrationPts::getJacobianAtPts ( )
inline

Definition at line 210 of file EshelbianPlasticity.hpp.

210  {
211  return boost::shared_ptr<VectorDouble>(shared_from_this(), &jacobianAtPts);
212  }

◆ getLargeXH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLargeXH1AtPts ( )
inline

Definition at line 198 of file EshelbianPlasticity.hpp.

198  {
199  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &XH1AtPts);
200  }

◆ getLogStretchDotTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLogStretchDotTensorAtPts ( )
inline

Definition at line 156 of file EshelbianPlasticity.hpp.

156  {
157  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
159  }

◆ getLogStretchTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLogStretchTensorAtPts ( )
inline

Definition at line 146 of file EshelbianPlasticity.hpp.

146  {
147  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
149  }

◆ getMatAxiatorDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatAxiatorDPtr ( )
inline

Definition at line 186 of file EshelbianPlasticity.hpp.

186  {
187  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matAxiatorD);
188  }

◆ getMatDeviatorDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatDeviatorDPtr ( )
inline

Definition at line 190 of file EshelbianPlasticity.hpp.

190  {
191  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matDeviatorD);
192  }

◆ getMatDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatDPtr ( )
inline

Definition at line 178 of file EshelbianPlasticity.hpp.

178  {
179  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matD);
180  }

◆ getMatInvDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatInvDPtr ( )
inline

Definition at line 182 of file EshelbianPlasticity.hpp.

182  {
183  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matInvD);
184  }

◆ getRotAxisAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxisAtPts ( )
inline

Definition at line 161 of file EshelbianPlasticity.hpp.

161  {
162  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &rotAxisAtPts);
163  }

◆ getRotAxisDotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxisDotAtPts ( )
inline

Definition at line 165 of file EshelbianPlasticity.hpp.

165  {
166  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
167  &rotAxisDotAtPts);
168  }

◆ getSmallWGradH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWGradH1AtPts ( )
inline

Definition at line 206 of file EshelbianPlasticity.hpp.

206  {
207  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wGradH1AtPts);
208  }

◆ getSmallWH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWH1AtPts ( )
inline

Definition at line 194 of file EshelbianPlasticity.hpp.

194  {
195  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wH1AtPts);
196  }

◆ getSmallWL2AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2AtPts ( )
inline

Definition at line 134 of file EshelbianPlasticity.hpp.

134  {
135  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wL2AtPts);
136  }

◆ getSmallWL2DotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2DotAtPts ( )
inline

Definition at line 138 of file EshelbianPlasticity.hpp.

138  {
139  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wL2DotAtPts);
140  }

◆ getSmallWL2DotDotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2DotDotAtPts ( )
inline

Definition at line 142 of file EshelbianPlasticity.hpp.

142  {
143  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wL2DotDotAtPts);
144  }

◆ getStretchTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getStretchTensorAtPts ( )
inline

Definition at line 151 of file EshelbianPlasticity.hpp.

151  {
152  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
154  }

Member Data Documentation

◆ adjointPdstretchAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdstretchAtPts

Definition at line 92 of file EshelbianPlasticity.hpp.

◆ adjointPdUAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUAtPts

Definition at line 93 of file EshelbianPlasticity.hpp.

◆ adjointPdUdOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUdOmegaAtPts

Definition at line 94 of file EshelbianPlasticity.hpp.

◆ adjointPdUdPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUdPAtPts

Definition at line 95 of file EshelbianPlasticity.hpp.

◆ approxPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::approxPAtPts

Definition at line 58 of file EshelbianPlasticity.hpp.

◆ approxSigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::approxSigmaAtPts

Definition at line 59 of file EshelbianPlasticity.hpp.

◆ contactL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::contactL2AtPts

Definition at line 81 of file EshelbianPlasticity.hpp.

◆ detStretchTensorAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::detStretchTensorAtPts

Definition at line 70 of file EshelbianPlasticity.hpp.

◆ detStretchTensorAtPts_du

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::detStretchTensorAtPts_du

Definition at line 71 of file EshelbianPlasticity.hpp.

◆ diff2RotMatAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::diff2RotMatAtPts

Definition at line 98 of file EshelbianPlasticity.hpp.

◆ diffRotMatAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::diffRotMatAtPts

Definition at line 97 of file EshelbianPlasticity.hpp.

◆ diffStretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::diffStretchTensorAtPts

Definition at line 69 of file EshelbianPlasticity.hpp.

◆ divPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::divPAtPts

Definition at line 60 of file EshelbianPlasticity.hpp.

◆ divSigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::divSigmaAtPts

Definition at line 61 of file EshelbianPlasticity.hpp.

◆ eigenVals

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::eigenVals

Definition at line 106 of file EshelbianPlasticity.hpp.

◆ eigenVecs

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::eigenVecs

Definition at line 107 of file EshelbianPlasticity.hpp.

◆ energyAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::energyAtPts

Definition at line 101 of file EshelbianPlasticity.hpp.

◆ flowL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::flowL2AtPts

Definition at line 102 of file EshelbianPlasticity.hpp.

◆ G0AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::G0AtPts

Definition at line 78 of file EshelbianPlasticity.hpp.

◆ GAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::GAtPts

Definition at line 77 of file EshelbianPlasticity.hpp.

◆ hAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hAtPts

Definition at line 86 of file EshelbianPlasticity.hpp.

◆ hdLogStretchAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hdLogStretchAtPts

Definition at line 88 of file EshelbianPlasticity.hpp.

◆ hdOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hdOmegaAtPts

Definition at line 87 of file EshelbianPlasticity.hpp.

◆ jacobianAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::jacobianAtPts

Definition at line 67 of file EshelbianPlasticity.hpp.

◆ lambda

double EshelbianPlasticity::DataAtIntegrationPts::lambda

Definition at line 116 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffAtPts

Definition at line 89 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffOmegaAtPts

Definition at line 91 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffPAtPts

Definition at line 90 of file EshelbianPlasticity.hpp.

◆ logStretch2H1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretch2H1AtPts

Definition at line 83 of file EshelbianPlasticity.hpp.

◆ logStretchDotTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchDotTensorAtPts

Definition at line 72 of file EshelbianPlasticity.hpp.

◆ logStretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchTensorAtPts

Definition at line 65 of file EshelbianPlasticity.hpp.

◆ logStretchTotalTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchTotalTensorAtPts

Definition at line 84 of file EshelbianPlasticity.hpp.

◆ matAxiatorD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matAxiatorD

Definition at line 111 of file EshelbianPlasticity.hpp.

◆ matD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matD

Definition at line 110 of file EshelbianPlasticity.hpp.

◆ matDeviatorD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matDeviatorD

Definition at line 112 of file EshelbianPlasticity.hpp.

◆ matInvD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matInvD

Definition at line 113 of file EshelbianPlasticity.hpp.

◆ mu

double EshelbianPlasticity::DataAtIntegrationPts::mu

Definition at line 115 of file EshelbianPlasticity.hpp.

◆ nbUniq

VectorInt EshelbianPlasticity::DataAtIntegrationPts::nbUniq

Definition at line 108 of file EshelbianPlasticity.hpp.

◆ P_du

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::P_du

Definition at line 104 of file EshelbianPlasticity.hpp.

◆ PAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::PAtPts

Definition at line 99 of file EshelbianPlasticity.hpp.

◆ physicsPtr

boost::shared_ptr<PhysicalEquations> EshelbianPlasticity::DataAtIntegrationPts::physicsPtr

Definition at line 214 of file EshelbianPlasticity.hpp.

◆ rotAxisAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxisAtPts

Definition at line 73 of file EshelbianPlasticity.hpp.

◆ rotAxisDotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxisDotAtPts

Definition at line 74 of file EshelbianPlasticity.hpp.

◆ rotMatAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotMatAtPts

Definition at line 96 of file EshelbianPlasticity.hpp.

◆ SigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::SigmaAtPts

Definition at line 100 of file EshelbianPlasticity.hpp.

◆ stretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::stretchTensorAtPts

Definition at line 66 of file EshelbianPlasticity.hpp.

◆ W0AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::W0AtPts

Definition at line 76 of file EshelbianPlasticity.hpp.

◆ WAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::WAtPts

Definition at line 75 of file EshelbianPlasticity.hpp.

◆ wGradH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wGradH1AtPts

Definition at line 82 of file EshelbianPlasticity.hpp.

◆ wH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wH1AtPts

Definition at line 79 of file EshelbianPlasticity.hpp.

◆ wL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2AtPts

Definition at line 62 of file EshelbianPlasticity.hpp.

◆ wL2DotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2DotAtPts

Definition at line 63 of file EshelbianPlasticity.hpp.

◆ wL2DotDotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2DotDotAtPts

Definition at line 64 of file EshelbianPlasticity.hpp.

◆ XH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::XH1AtPts

Definition at line 80 of file EshelbianPlasticity.hpp.


The documentation for this struct was generated from the following file:
EshelbianPlasticity::DataAtIntegrationPts::jacobianAtPts
VectorDouble jacobianAtPts
Definition: EshelbianPlasticity.hpp:67
EshelbianPlasticity::DataAtIntegrationPts::XH1AtPts
MatrixDouble XH1AtPts
Definition: EshelbianPlasticity.hpp:80
EshelbianPlasticity::DataAtIntegrationPts::approxSigmaAtPts
MatrixDouble approxSigmaAtPts
Definition: EshelbianPlasticity.hpp:59
EshelbianPlasticity::DataAtIntegrationPts::wH1AtPts
MatrixDouble wH1AtPts
Definition: EshelbianPlasticity.hpp:79
EshelbianPlasticity::DataAtIntegrationPts::rotAxisDotAtPts
MatrixDouble rotAxisDotAtPts
Definition: EshelbianPlasticity.hpp:74
EshelbianPlasticity::DataAtIntegrationPts::matInvD
MatrixDouble matInvD
Definition: EshelbianPlasticity.hpp:113
EshelbianPlasticity::DataAtIntegrationPts::stretchTensorAtPts
MatrixDouble stretchTensorAtPts
Definition: EshelbianPlasticity.hpp:66
EshelbianPlasticity::DataAtIntegrationPts::matDeviatorD
MatrixDouble matDeviatorD
Definition: EshelbianPlasticity.hpp:112
EshelbianPlasticity::DataAtIntegrationPts::wL2AtPts
MatrixDouble wL2AtPts
Definition: EshelbianPlasticity.hpp:62
EshelbianPlasticity::DataAtIntegrationPts::rotAxisAtPts
MatrixDouble rotAxisAtPts
Definition: EshelbianPlasticity.hpp:73
EshelbianPlasticity::DataAtIntegrationPts::contactL2AtPts
MatrixDouble contactL2AtPts
Definition: EshelbianPlasticity.hpp:81
EshelbianPlasticity::DataAtIntegrationPts::logStretchDotTensorAtPts
MatrixDouble logStretchDotTensorAtPts
Definition: EshelbianPlasticity.hpp:72
EshelbianPlasticity::DataAtIntegrationPts::approxPAtPts
MatrixDouble approxPAtPts
Definition: EshelbianPlasticity.hpp:58
EshelbianPlasticity::DataAtIntegrationPts::divPAtPts
MatrixDouble divPAtPts
Definition: EshelbianPlasticity.hpp:60
EshelbianPlasticity::DataAtIntegrationPts::matD
MatrixDouble matD
Definition: EshelbianPlasticity.hpp:110
EshelbianPlasticity::DataAtIntegrationPts::logStretchTensorAtPts
MatrixDouble logStretchTensorAtPts
Definition: EshelbianPlasticity.hpp:65
EshelbianPlasticity::DataAtIntegrationPts::matAxiatorD
MatrixDouble matAxiatorD
Definition: EshelbianPlasticity.hpp:111
EshelbianPlasticity::DataAtIntegrationPts::wL2DotDotAtPts
MatrixDouble wL2DotDotAtPts
Definition: EshelbianPlasticity.hpp:64
EshelbianPlasticity::DataAtIntegrationPts::divSigmaAtPts
MatrixDouble divSigmaAtPts
Definition: EshelbianPlasticity.hpp:61
EshelbianPlasticity::DataAtIntegrationPts::wGradH1AtPts
MatrixDouble wGradH1AtPts
Definition: EshelbianPlasticity.hpp:82
EshelbianPlasticity::DataAtIntegrationPts::wL2DotAtPts
MatrixDouble wL2DotAtPts
Definition: EshelbianPlasticity.hpp:63
EshelbianPlasticity::DataAtIntegrationPts::GAtPts
MatrixDouble GAtPts
Definition: EshelbianPlasticity.hpp:77