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