Public Member Functions | |
ModelWrapper (String const &Name, Array< REAL > const &Prms, Array< REAL > const &IniData) | |
~ModelWrapper () | |
void | Actualize (Tensor2 const &DSig, REAL const &DPp, Tensor2 &DEps, REAL &DnSr) |
String | Name () const |
Tensor2 const & | Sig () const |
Tensor2 const & | Eps () const |
REAL | Pp () const |
void | InternalStateValues (Array< REAL > &IntStateVals) const |
void | InternalStateNames (Array< String > &IntStateNames) const |
void | AddInipsqActorsTo (VTKWin &win, int nPts, bool ShowHH, REAL Opac, REAL &p_Max) |
void | AddIniStateActorsTo (VTKWin &win, int nPts, bool ShowHH, REAL Opac, REAL &p_Max) |
Private Attributes | |
CoupledModel * | _cmodel |
EquilibModel * | _emodel |
Array< REAL > | _prms |
Definition at line 49 of file modelwrapper.h.