#include <J2Plasticity.h>
Public Member Functions | |
| ~J2Plasticity () | |
| void | updateStress (double *const stress, double const *const gstrain, double const dtime=0.0, double *const history=NULL, double const *const gstrainPrv=NULL) |
| double | density () |
| double | estimatedElasticityConst () |
| void | initialization (double *history) |
Static Public Member Functions | |
| static MaterialBase * | createMaterial () |
| shells::J2Plasticity::~J2Plasticity | ( | ) |
| static MaterialBase* shells::J2Plasticity::createMaterial | ( | ) | [inline, static] |
Referenced by shells::MaterialContainer::instance().
| double shells::J2Plasticity::density | ( | ) | [inline, virtual] |
Implements shells::MaterialBase.
| double shells::J2Plasticity::estimatedElasticityConst | ( | ) | [inline, virtual] |
Implements shells::MaterialBase.
| void shells::J2Plasticity::initialization | ( | double * | history | ) | [virtual] |
Implements shells::MaterialBase.
| void shells::J2Plasticity::updateStress | ( | double *const | stress, | |
| double const *const | gstrain, | |||
| double const | dtime = 0.0, |
|||
| double *const | history = NULL, |
|||
| double const *const | gstrainPrv = NULL | |||
| ) | [virtual] |
Implements shells::MaterialBase.
References j2cuitinhoupdate_().
1.6.3