v0.16.3
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
EshelbianPlasticity::AuxiliaryLogarithmicStressData Struct Reference

#include "users_modules/eshelbian_plasticity/src/AuxiliaryLogarithmicStress.hpp"

Collaboration diagram for EshelbianPlasticity::AuxiliaryLogarithmicStressData:
[legend]

Public Types

using MatrixPtr = boost::shared_ptr< MatrixDouble >
 

Public Attributes

MatrixPtr logDeviator = boost::make_shared<MatrixDouble>()
 
MatrixPtr logDeviatorDot = boost::make_shared<MatrixDouble>()
 
MatrixPtr logJacobian = boost::make_shared<MatrixDouble>()
 
MatrixPtr stress = boost::make_shared<MatrixDouble>()
 
MatrixPtr logDeviatorTensor = boost::make_shared<MatrixDouble>()
 
MatrixPtr stressTensor = boost::make_shared<MatrixDouble>()
 

Detailed Description

One trial state's 5/1/5 coordinates and evaluated symmetric tensors, all in GaussByCoeffs storage.

Definition at line 17 of file AuxiliaryLogarithmicStress.hpp.

Member Typedef Documentation

◆ MatrixPtr

using EshelbianPlasticity::AuxiliaryLogarithmicStressData::MatrixPtr = boost::shared_ptr<MatrixDouble>

Definition at line 18 of file AuxiliaryLogarithmicStress.hpp.

Member Data Documentation

◆ logDeviator

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviator = boost::make_shared<MatrixDouble>()

Definition at line 19 of file AuxiliaryLogarithmicStress.hpp.

◆ logDeviatorDot

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviatorDot = boost::make_shared<MatrixDouble>()

Definition at line 20 of file AuxiliaryLogarithmicStress.hpp.

◆ logDeviatorTensor

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logDeviatorTensor = boost::make_shared<MatrixDouble>()

Definition at line 23 of file AuxiliaryLogarithmicStress.hpp.

◆ logJacobian

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::logJacobian = boost::make_shared<MatrixDouble>()

Definition at line 21 of file AuxiliaryLogarithmicStress.hpp.

◆ stress

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::stress = boost::make_shared<MatrixDouble>()

Definition at line 22 of file AuxiliaryLogarithmicStress.hpp.

◆ stressTensor

MatrixPtr EshelbianPlasticity::AuxiliaryLogarithmicStressData::stressTensor = boost::make_shared<MatrixDouble>()

Definition at line 24 of file AuxiliaryLogarithmicStress.hpp.


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