NeoPZ
|
#include <TPZPlasticIntegrMem.h>
Public Member Functions | |
TPZPlasticIntegrMem () | |
TPZPlasticIntegrMem (const TPZPlasticState< T > &state, const REAL &k, const REAL &lambda, const TPZManVector< T, N > &delGamma, const TPZManVector< int, N > &validEqs, const int forceYield) | |
~TPZPlasticIntegrMem () | |
TPZPlasticIntegrMem (const TPZPlasticIntegrMem< T, N > &source) | |
TPZPlasticIntegrMem< T, N > & | operator= (const TPZPlasticIntegrMem< T, N > &source) |
Public Attributes | |
TPZPlasticState< T > | m_elastoplastic_state |
REAL | fK |
REAL | fLambda |
TPZManVector< T, N > | fDelGamma |
TPZManVector< int, N > | fValidEqs |
int | fForceYield |
This class stores the whole content of a Plastic Integration Step in order to allow its re-evaluation
Definition at line 16 of file TPZPlasticIntegrMem.h.
|
inline |
Default constructor - all values set to zero
Definition at line 24 of file TPZPlasticIntegrMem.h.
|
inline |
Full constructor - all values set to zero
Definition at line 30 of file TPZPlasticIntegrMem.h.
|
inline |
Default destructor
Definition at line 42 of file TPZPlasticIntegrMem.h.
|
inline |
Copy constructor
Definition at line 47 of file TPZPlasticIntegrMem.h.
|
inline |
Operator =
Definition at line 56 of file TPZPlasticIntegrMem.h.
TPZManVector<T,N> TPZPlasticIntegrMem< T, N >::fDelGamma |
Definition at line 77 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().
int TPZPlasticIntegrMem< T, N >::fForceYield |
Definition at line 83 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().
REAL TPZPlasticIntegrMem< T, N >::fK |
Definition at line 74 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().
REAL TPZPlasticIntegrMem< T, N >::fLambda |
Definition at line 74 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().
TPZManVector<int,N> TPZPlasticIntegrMem< T, N >::fValidEqs |
Definition at line 80 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().
TPZPlasticState<T> TPZPlasticIntegrMem< T, N >::m_elastoplastic_state |
Definition at line 71 of file TPZPlasticIntegrMem.h.
Referenced by TPZPlasticIntegrMem< REAL, YC_t::NYield >::operator=().