Inheritance diagram for LinearElastic:
Public Member Functions | |
LinearElastic (Array< REAL > const &Prms, Array< REAL > const &IniData) | |
String | Name () const |
void | TgStiffness (Tensors::Tensor4 &D) const |
void | StressUpdate (Tensors::Tensor2 const &DEps, Tensors::Tensor2 &DSig) |
void | Actualize (Tensors::Tensor2 const &DSig, Tensors::Tensor2 &DEps) |
void | BackupState () |
void | RestoreState () |
int | nInternalStateValues () const |
void | InternalStateValues (Array< REAL > &IntStateVals) const |
void | InternalStateNames (Array< String > &IntStateNames) const |
Static Public Attributes | |
static const size_t | NPRMS = 2 |
static const size_t | NIDAT = 5 |
Private Attributes | |
REAL | _E |
REAL | _nu |
REAL | _v |
REAL | _v_bkp |
Definition at line 39 of file linearelastic.h.