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

auto getPiolaScalePtr ()
 
MatrixPtr getApproxSigmaAtPts ()
 
MatrixPtr getApproxPAtPts ()
 
MatrixPtr getDivPAtPts ()
 
MatrixPtr getDivSigmaAtPts ()
 
MatrixPtr getSmallWL2AtPts ()
 
MatrixPtr getSmallWL2DotAtPts ()
 
MatrixPtr getSmallWL2DotDotAtPts ()
 
MatrixPtr getLogStretchTensorAtPts ()
 
MatrixPtr getStretchTensorAtPts ()
 
MatrixPtr getLogStretchDotTensorAtPts ()
 
MatrixPtr getGradLogStretchDotTensorAtPts ()
 
MatrixPtr getRotAxisAtPts ()
 
MatrixPtr getRotAxis0AtPts ()
 
MatrixPtr getRotAxisDotAtPts ()
 
MatrixPtr getRotAxisGradDotAtPts ()
 
MatrixPtr getBigGAtPts ()
 
MatrixPtr getBigG0AtPts ()
 
MatrixPtr getMatDPtr ()
 
MatrixPtr getMatInvDPtr ()
 
MatrixPtr getMatAxiatorDPtr ()
 
MatrixPtr getMatDeviatorDPtr ()
 
MatrixPtr getSmallWH1AtPts ()
 
MatrixPtr getLargeXH1AtPts ()
 
MatrixPtr getContactL2AtPts ()
 
MatrixPtr getSmallWGradH1AtPts ()
 
VectorPtr getJacobianAtPts ()
 
MatrixPtr getLeviKirchhoffAtPts ()
 
MatrixPtr getVarRotAxisPts ()
 
MatrixPtr getVarLogStreachPts ()
 
MatrixPtr getVarPiolaPts ()
 
MatrixPtr getDivVarPiolaPts ()
 
MatrixPtr getVarWL2Pts ()
 

Public Attributes

MatrixDouble approxPAtPts
 
MatrixDouble approxSigmaAtPts
 
MatrixDouble divPAtPts
 
MatrixDouble divSigmaAtPts
 
MatrixDouble wL2AtPts
 
MatrixDouble wL2DotAtPts
 
MatrixDouble wL2DotDotAtPts
 
MatrixDouble logStretchTensorAtPts
 
MatrixDouble stretchTensorAtPts
 
VectorDouble jacobianAtPts
 
MatrixDouble tractionAtPts
 
MatrixDouble diffStretchTensorAtPts
 
VectorDouble detStretchTensorAtPts
 
MatrixDouble detStretchTensorAtPts_du
 
MatrixDouble logStretchDotTensorAtPts
 
MatrixDouble gradLogStretchDotTensorAtPts
 
MatrixDouble rotAxisAtPts
 
MatrixDouble rotAxisDotAtPts
 
MatrixDouble rotAxisGradDotAtPts
 
MatrixDouble rotAxis0AtPts
 
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 leviKirchhoffdOmegaAtPts
 
MatrixDouble leviKirchhoffdLogStreatchAtPts
 
MatrixDouble leviKirchhoffPAtPts
 
MatrixDouble adjointPdstretchAtPts
 
MatrixDouble adjointPdUAtPts
 
MatrixDouble adjointPdUdOmegaAtPts
 
MatrixDouble adjointPdUdPAtPts
 
MatrixDouble rotMatAtPts
 
MatrixDouble PAtPts
 
MatrixDouble SigmaAtPts
 
VectorDouble energyAtPts
 
MatrixDouble flowL2AtPts
 
MatrixDouble varRotAxis
 
MatrixDouble varLogStreach
 
MatrixDouble varPiola
 
MatrixDouble varDivPiola
 
MatrixDouble varWL2
 
MatrixDouble P_du
 
MatrixDouble eigenVals
 
MatrixDouble eigenVecs
 
VectorInt nbUniq
 
MatrixDouble matD
 
MatrixDouble matAxiatorD
 
MatrixDouble matDeviatorD
 
MatrixDouble matInvD
 
double mu
 
double lambda
 
double piolaScale = 1.
 
double faceEnergy = 0.
 
boost::shared_ptr< PhysicalEquationsphysicsPtr
 

Detailed Description

Definition at line 59 of file EshelbianPlasticity.hpp.

Member Function Documentation

◆ getApproxPAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getApproxPAtPts ( )
inline

Definition at line 141 of file EshelbianPlasticity.hpp.

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

◆ getApproxSigmaAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getApproxSigmaAtPts ( )
inline

Definition at line 137 of file EshelbianPlasticity.hpp.

137  {
138  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
140  }

◆ getBigG0AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getBigG0AtPts ( )
inline

Definition at line 207 of file EshelbianPlasticity.hpp.

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

◆ getBigGAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getBigGAtPts ( )
inline

Definition at line 203 of file EshelbianPlasticity.hpp.

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

◆ getContactL2AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getContactL2AtPts ( )
inline

Definition at line 235 of file EshelbianPlasticity.hpp.

235  {
236  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &contactL2AtPts);
237  }

◆ getDivPAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getDivPAtPts ( )
inline

Definition at line 145 of file EshelbianPlasticity.hpp.

145  {
146  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &divPAtPts);
147  }

◆ getDivSigmaAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getDivSigmaAtPts ( )
inline

Definition at line 149 of file EshelbianPlasticity.hpp.

149  {
150  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &divSigmaAtPts);
151  }

◆ getDivVarPiolaPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getDivVarPiolaPts ( )
inline

Definition at line 264 of file EshelbianPlasticity.hpp.

264  {
265  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &varDivPiola);
266  }

◆ getGradLogStretchDotTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getGradLogStretchDotTensorAtPts ( )
inline

Definition at line 180 of file EshelbianPlasticity.hpp.

180  {
181  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
183  }

◆ getJacobianAtPts()

VectorPtr EshelbianPlasticity::DataAtIntegrationPts::getJacobianAtPts ( )
inline

Definition at line 243 of file EshelbianPlasticity.hpp.

243  {
244  return boost::shared_ptr<VectorDouble>(shared_from_this(), &jacobianAtPts);
245  }

◆ getLargeXH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLargeXH1AtPts ( )
inline

Definition at line 231 of file EshelbianPlasticity.hpp.

231  {
232  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &XH1AtPts);
233  }

◆ getLeviKirchhoffAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLeviKirchhoffAtPts ( )
inline

Definition at line 247 of file EshelbianPlasticity.hpp.

247  {
248  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
250  };

◆ getLogStretchDotTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLogStretchDotTensorAtPts ( )
inline

Definition at line 175 of file EshelbianPlasticity.hpp.

175  {
176  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
178  }

◆ getLogStretchTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getLogStretchTensorAtPts ( )
inline

Definition at line 165 of file EshelbianPlasticity.hpp.

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

◆ getMatAxiatorDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatAxiatorDPtr ( )
inline

Definition at line 219 of file EshelbianPlasticity.hpp.

219  {
220  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matAxiatorD);
221  }

◆ getMatDeviatorDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatDeviatorDPtr ( )
inline

Definition at line 223 of file EshelbianPlasticity.hpp.

223  {
224  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matDeviatorD);
225  }

◆ getMatDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatDPtr ( )
inline

Definition at line 211 of file EshelbianPlasticity.hpp.

211  {
212  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matD);
213  }

◆ getMatInvDPtr()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getMatInvDPtr ( )
inline

Definition at line 215 of file EshelbianPlasticity.hpp.

215  {
216  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &matInvD);
217  }

◆ getPiolaScalePtr()

auto EshelbianPlasticity::DataAtIntegrationPts::getPiolaScalePtr ( )
inline

Definition at line 133 of file EshelbianPlasticity.hpp.

133  {
134  return boost::shared_ptr<double>(shared_from_this(), &piolaScale);
135  }

◆ getRotAxis0AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxis0AtPts ( )
inline

Definition at line 189 of file EshelbianPlasticity.hpp.

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

◆ getRotAxisAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxisAtPts ( )
inline

Definition at line 185 of file EshelbianPlasticity.hpp.

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

◆ getRotAxisDotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxisDotAtPts ( )
inline

Definition at line 193 of file EshelbianPlasticity.hpp.

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

◆ getRotAxisGradDotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getRotAxisGradDotAtPts ( )
inline

Definition at line 198 of file EshelbianPlasticity.hpp.

198  {
199  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
201  }

◆ getSmallWGradH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWGradH1AtPts ( )
inline

Definition at line 239 of file EshelbianPlasticity.hpp.

239  {
240  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wGradH1AtPts);
241  }

◆ getSmallWH1AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWH1AtPts ( )
inline

Definition at line 227 of file EshelbianPlasticity.hpp.

227  {
228  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wH1AtPts);
229  }

◆ getSmallWL2AtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2AtPts ( )
inline

Definition at line 153 of file EshelbianPlasticity.hpp.

153  {
154  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wL2AtPts);
155  }

◆ getSmallWL2DotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2DotAtPts ( )
inline

Definition at line 157 of file EshelbianPlasticity.hpp.

157  {
158  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &wL2DotAtPts);
159  }

◆ getSmallWL2DotDotAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getSmallWL2DotDotAtPts ( )
inline

Definition at line 161 of file EshelbianPlasticity.hpp.

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

◆ getStretchTensorAtPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getStretchTensorAtPts ( )
inline

Definition at line 170 of file EshelbianPlasticity.hpp.

170  {
171  return boost::shared_ptr<MatrixDouble>(shared_from_this(),
173  }

◆ getVarLogStreachPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getVarLogStreachPts ( )
inline

Definition at line 256 of file EshelbianPlasticity.hpp.

256  {
257  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &varLogStreach);
258  }

◆ getVarPiolaPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getVarPiolaPts ( )
inline

Definition at line 260 of file EshelbianPlasticity.hpp.

260  {
261  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &varPiola);
262  }

◆ getVarRotAxisPts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getVarRotAxisPts ( )
inline

Definition at line 252 of file EshelbianPlasticity.hpp.

252  {
253  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &varRotAxis);
254  }

◆ getVarWL2Pts()

MatrixPtr EshelbianPlasticity::DataAtIntegrationPts::getVarWL2Pts ( )
inline

Definition at line 268 of file EshelbianPlasticity.hpp.

268  {
269  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &varWL2);
270  }

Member Data Documentation

◆ adjointPdstretchAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdstretchAtPts

Definition at line 101 of file EshelbianPlasticity.hpp.

◆ adjointPdUAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUAtPts

Definition at line 102 of file EshelbianPlasticity.hpp.

◆ adjointPdUdOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUdOmegaAtPts

Definition at line 103 of file EshelbianPlasticity.hpp.

◆ adjointPdUdPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::adjointPdUdPAtPts

Definition at line 104 of file EshelbianPlasticity.hpp.

◆ approxPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::approxPAtPts

Definition at line 62 of file EshelbianPlasticity.hpp.

◆ approxSigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::approxSigmaAtPts

Definition at line 63 of file EshelbianPlasticity.hpp.

◆ contactL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::contactL2AtPts

Definition at line 89 of file EshelbianPlasticity.hpp.

◆ detStretchTensorAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::detStretchTensorAtPts

Definition at line 75 of file EshelbianPlasticity.hpp.

◆ detStretchTensorAtPts_du

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::detStretchTensorAtPts_du

Definition at line 76 of file EshelbianPlasticity.hpp.

◆ diffStretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::diffStretchTensorAtPts

Definition at line 74 of file EshelbianPlasticity.hpp.

◆ divPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::divPAtPts

Definition at line 64 of file EshelbianPlasticity.hpp.

◆ divSigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::divSigmaAtPts

Definition at line 65 of file EshelbianPlasticity.hpp.

◆ eigenVals

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::eigenVals

Definition at line 119 of file EshelbianPlasticity.hpp.

◆ eigenVecs

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::eigenVecs

Definition at line 120 of file EshelbianPlasticity.hpp.

◆ energyAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::energyAtPts

Definition at line 108 of file EshelbianPlasticity.hpp.

◆ faceEnergy

double EshelbianPlasticity::DataAtIntegrationPts::faceEnergy = 0.

Definition at line 131 of file EshelbianPlasticity.hpp.

◆ flowL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::flowL2AtPts

Definition at line 109 of file EshelbianPlasticity.hpp.

◆ G0AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::G0AtPts

Definition at line 86 of file EshelbianPlasticity.hpp.

◆ GAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::GAtPts

Definition at line 85 of file EshelbianPlasticity.hpp.

◆ gradLogStretchDotTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::gradLogStretchDotTensorAtPts

Definition at line 78 of file EshelbianPlasticity.hpp.

◆ hAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hAtPts

Definition at line 94 of file EshelbianPlasticity.hpp.

◆ hdLogStretchAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hdLogStretchAtPts

Definition at line 96 of file EshelbianPlasticity.hpp.

◆ hdOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::hdOmegaAtPts

Definition at line 95 of file EshelbianPlasticity.hpp.

◆ jacobianAtPts

VectorDouble EshelbianPlasticity::DataAtIntegrationPts::jacobianAtPts

Definition at line 71 of file EshelbianPlasticity.hpp.

◆ lambda

double EshelbianPlasticity::DataAtIntegrationPts::lambda

Definition at line 129 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffAtPts

Definition at line 97 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffdLogStreatchAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffdLogStreatchAtPts

Definition at line 99 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffdOmegaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffdOmegaAtPts

Definition at line 98 of file EshelbianPlasticity.hpp.

◆ leviKirchhoffPAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffPAtPts

Definition at line 100 of file EshelbianPlasticity.hpp.

◆ logStretch2H1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretch2H1AtPts

Definition at line 91 of file EshelbianPlasticity.hpp.

◆ logStretchDotTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchDotTensorAtPts

Definition at line 77 of file EshelbianPlasticity.hpp.

◆ logStretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchTensorAtPts

Definition at line 69 of file EshelbianPlasticity.hpp.

◆ logStretchTotalTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::logStretchTotalTensorAtPts

Definition at line 92 of file EshelbianPlasticity.hpp.

◆ matAxiatorD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matAxiatorD

Definition at line 124 of file EshelbianPlasticity.hpp.

◆ matD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matD

Definition at line 123 of file EshelbianPlasticity.hpp.

◆ matDeviatorD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matDeviatorD

Definition at line 125 of file EshelbianPlasticity.hpp.

◆ matInvD

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::matInvD

Definition at line 126 of file EshelbianPlasticity.hpp.

◆ mu

double EshelbianPlasticity::DataAtIntegrationPts::mu

Definition at line 128 of file EshelbianPlasticity.hpp.

◆ nbUniq

VectorInt EshelbianPlasticity::DataAtIntegrationPts::nbUniq

Definition at line 121 of file EshelbianPlasticity.hpp.

◆ P_du

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::P_du

Definition at line 117 of file EshelbianPlasticity.hpp.

◆ PAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::PAtPts

Definition at line 106 of file EshelbianPlasticity.hpp.

◆ physicsPtr

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

Definition at line 272 of file EshelbianPlasticity.hpp.

◆ piolaScale

double EshelbianPlasticity::DataAtIntegrationPts::piolaScale = 1.

Definition at line 130 of file EshelbianPlasticity.hpp.

◆ rotAxis0AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxis0AtPts

Definition at line 82 of file EshelbianPlasticity.hpp.

◆ rotAxisAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxisAtPts

Definition at line 79 of file EshelbianPlasticity.hpp.

◆ rotAxisDotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxisDotAtPts

Definition at line 80 of file EshelbianPlasticity.hpp.

◆ rotAxisGradDotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotAxisGradDotAtPts

Definition at line 81 of file EshelbianPlasticity.hpp.

◆ rotMatAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::rotMatAtPts

Definition at line 105 of file EshelbianPlasticity.hpp.

◆ SigmaAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::SigmaAtPts

Definition at line 107 of file EshelbianPlasticity.hpp.

◆ stretchTensorAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::stretchTensorAtPts

Definition at line 70 of file EshelbianPlasticity.hpp.

◆ tractionAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::tractionAtPts

Definition at line 72 of file EshelbianPlasticity.hpp.

◆ varDivPiola

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::varDivPiola

Definition at line 114 of file EshelbianPlasticity.hpp.

◆ varLogStreach

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::varLogStreach

Definition at line 112 of file EshelbianPlasticity.hpp.

◆ varPiola

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::varPiola

Definition at line 113 of file EshelbianPlasticity.hpp.

◆ varRotAxis

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::varRotAxis

Definition at line 111 of file EshelbianPlasticity.hpp.

◆ varWL2

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::varWL2

Definition at line 115 of file EshelbianPlasticity.hpp.

◆ W0AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::W0AtPts

Definition at line 84 of file EshelbianPlasticity.hpp.

◆ WAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::WAtPts

Definition at line 83 of file EshelbianPlasticity.hpp.

◆ wGradH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wGradH1AtPts

Definition at line 90 of file EshelbianPlasticity.hpp.

◆ wH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wH1AtPts

Definition at line 87 of file EshelbianPlasticity.hpp.

◆ wL2AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2AtPts

Definition at line 66 of file EshelbianPlasticity.hpp.

◆ wL2DotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2DotAtPts

Definition at line 67 of file EshelbianPlasticity.hpp.

◆ wL2DotDotAtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::wL2DotDotAtPts

Definition at line 68 of file EshelbianPlasticity.hpp.

◆ XH1AtPts

MatrixDouble EshelbianPlasticity::DataAtIntegrationPts::XH1AtPts

Definition at line 88 of file EshelbianPlasticity.hpp.


The documentation for this struct was generated from the following file:
EshelbianPlasticity::DataAtIntegrationPts::jacobianAtPts
VectorDouble jacobianAtPts
Definition: EshelbianPlasticity.hpp:71
EshelbianPlasticity::DataAtIntegrationPts::XH1AtPts
MatrixDouble XH1AtPts
Definition: EshelbianPlasticity.hpp:88
EshelbianPlasticity::DataAtIntegrationPts::approxSigmaAtPts
MatrixDouble approxSigmaAtPts
Definition: EshelbianPlasticity.hpp:63
EshelbianPlasticity::DataAtIntegrationPts::wH1AtPts
MatrixDouble wH1AtPts
Definition: EshelbianPlasticity.hpp:87
EshelbianPlasticity::DataAtIntegrationPts::rotAxisDotAtPts
MatrixDouble rotAxisDotAtPts
Definition: EshelbianPlasticity.hpp:80
EshelbianPlasticity::DataAtIntegrationPts::matInvD
MatrixDouble matInvD
Definition: EshelbianPlasticity.hpp:126
EshelbianPlasticity::DataAtIntegrationPts::stretchTensorAtPts
MatrixDouble stretchTensorAtPts
Definition: EshelbianPlasticity.hpp:70
EshelbianPlasticity::DataAtIntegrationPts::matDeviatorD
MatrixDouble matDeviatorD
Definition: EshelbianPlasticity.hpp:125
EshelbianPlasticity::DataAtIntegrationPts::varDivPiola
MatrixDouble varDivPiola
Definition: EshelbianPlasticity.hpp:114
EshelbianPlasticity::DataAtIntegrationPts::wL2AtPts
MatrixDouble wL2AtPts
Definition: EshelbianPlasticity.hpp:66
EshelbianPlasticity::DataAtIntegrationPts::rotAxisAtPts
MatrixDouble rotAxisAtPts
Definition: EshelbianPlasticity.hpp:79
EshelbianPlasticity::DataAtIntegrationPts::contactL2AtPts
MatrixDouble contactL2AtPts
Definition: EshelbianPlasticity.hpp:89
EshelbianPlasticity::DataAtIntegrationPts::logStretchDotTensorAtPts
MatrixDouble logStretchDotTensorAtPts
Definition: EshelbianPlasticity.hpp:77
EshelbianPlasticity::DataAtIntegrationPts::varRotAxis
MatrixDouble varRotAxis
Definition: EshelbianPlasticity.hpp:111
EshelbianPlasticity::DataAtIntegrationPts::piolaScale
double piolaScale
Definition: EshelbianPlasticity.hpp:130
EshelbianPlasticity::DataAtIntegrationPts::gradLogStretchDotTensorAtPts
MatrixDouble gradLogStretchDotTensorAtPts
Definition: EshelbianPlasticity.hpp:78
EshelbianPlasticity::DataAtIntegrationPts::rotAxis0AtPts
MatrixDouble rotAxis0AtPts
Definition: EshelbianPlasticity.hpp:82
EshelbianPlasticity::DataAtIntegrationPts::varLogStreach
MatrixDouble varLogStreach
Definition: EshelbianPlasticity.hpp:112
EshelbianPlasticity::DataAtIntegrationPts::approxPAtPts
MatrixDouble approxPAtPts
Definition: EshelbianPlasticity.hpp:62
EshelbianPlasticity::DataAtIntegrationPts::divPAtPts
MatrixDouble divPAtPts
Definition: EshelbianPlasticity.hpp:64
EshelbianPlasticity::DataAtIntegrationPts::matD
MatrixDouble matD
Definition: EshelbianPlasticity.hpp:123
EshelbianPlasticity::DataAtIntegrationPts::leviKirchhoffAtPts
MatrixDouble leviKirchhoffAtPts
Definition: EshelbianPlasticity.hpp:97
EshelbianPlasticity::DataAtIntegrationPts::logStretchTensorAtPts
MatrixDouble logStretchTensorAtPts
Definition: EshelbianPlasticity.hpp:69
EshelbianPlasticity::DataAtIntegrationPts::matAxiatorD
MatrixDouble matAxiatorD
Definition: EshelbianPlasticity.hpp:124
EshelbianPlasticity::DataAtIntegrationPts::varPiola
MatrixDouble varPiola
Definition: EshelbianPlasticity.hpp:113
EshelbianPlasticity::DataAtIntegrationPts::wL2DotDotAtPts
MatrixDouble wL2DotDotAtPts
Definition: EshelbianPlasticity.hpp:68
EshelbianPlasticity::DataAtIntegrationPts::rotAxisGradDotAtPts
MatrixDouble rotAxisGradDotAtPts
Definition: EshelbianPlasticity.hpp:81
EshelbianPlasticity::DataAtIntegrationPts::divSigmaAtPts
MatrixDouble divSigmaAtPts
Definition: EshelbianPlasticity.hpp:65
EshelbianPlasticity::DataAtIntegrationPts::varWL2
MatrixDouble varWL2
Definition: EshelbianPlasticity.hpp:115
EshelbianPlasticity::DataAtIntegrationPts::wGradH1AtPts
MatrixDouble wGradH1AtPts
Definition: EshelbianPlasticity.hpp:90
EshelbianPlasticity::DataAtIntegrationPts::wL2DotAtPts
MatrixDouble wL2DotAtPts
Definition: EshelbianPlasticity.hpp:67
EshelbianPlasticity::DataAtIntegrationPts::GAtPts
MatrixDouble GAtPts
Definition: EshelbianPlasticity.hpp:85