NeoPZ
Public Member Functions | Public Attributes | List of all members
TPZMohrCoulombPV::TPlasticState Struct Reference

Internal structure to represent the plastic memory (plastic deformation and damage) More...

#include <TPZMohrCoulombPV.h>

Collaboration diagram for TPZMohrCoulombPV::TPlasticState:
[legend]

Public Member Functions

 TPlasticState ()
 
 TPlasticState (const TPlasticState &copy)
 
TPlasticStateoperator= (const TPlasticState &copy)
 
void Print (std::ostream &out) const
 

Public Attributes

TPZTensor< REAL > fEpsPlastic
 plastic deformation tensor More...
 
REAL fEpsPlasticBar
 accumulated damage More...
 

Detailed Description

Internal structure to represent the plastic memory (plastic deformation and damage)

Definition at line 37 of file TPZMohrCoulombPV.h.

Constructor & Destructor Documentation

◆ TPlasticState() [1/2]

TPZMohrCoulombPV::TPlasticState::TPlasticState ( )
inline

Definition at line 39 of file TPZMohrCoulombPV.h.

◆ TPlasticState() [2/2]

TPZMohrCoulombPV::TPlasticState::TPlasticState ( const TPlasticState copy)
inline

Definition at line 44 of file TPZMohrCoulombPV.h.

Member Function Documentation

◆ operator=()

TPlasticState& TPZMohrCoulombPV::TPlasticState::operator= ( const TPlasticState copy)
inline

Definition at line 49 of file TPZMohrCoulombPV.h.

References fEpsPlastic, and fEpsPlasticBar.

◆ Print()

void TPZMohrCoulombPV::TPlasticState::Print ( std::ostream &  out) const
inline

Definition at line 56 of file TPZMohrCoulombPV.h.

References fEpsPlastic, fEpsPlasticBar, and TPZTensor< T >::Print().

Member Data Documentation

◆ fEpsPlastic

TPZTensor<REAL> TPZMohrCoulombPV::TPlasticState::fEpsPlastic

plastic deformation tensor

Definition at line 64 of file TPZMohrCoulombPV.h.

Referenced by operator=(), and Print().

◆ fEpsPlasticBar

REAL TPZMohrCoulombPV::TPlasticState::fEpsPlasticBar

accumulated damage

Definition at line 67 of file TPZMohrCoulombPV.h.

Referenced by operator=(), and Print().


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