25 #ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_ELASTOPLASTIC_MULTIPLESURFACE_H_ 26 #define _GEMA_PLUGIN_MECHANICALMATERIAL_ELASTOPLASTIC_MULTIPLESURFACE_H_ 30 #include "gmpFemPhysics.h"
Definition: gmpMaterialElastoplasticMultiSurface.h:33
virtual bool implicitReturnAlgorithm(const GmElement *, GmMatrix &, const GmpMechanicPoint *, const GmVector *, unsigned, bool) const
Returns the updated stresses using implicit return algorithm.
Definition: gmpMaterialElastoplastic.cpp:268
Definition: gmpMechanicPoint.h:32
Declaration of the gmpMaterialElastoplastic classes.
Declaration of the GmpMechanicPoint class.
virtual bool explicitReturnAlgorithm(const GmElement *, GmMatrix &, const GmpMechanicPoint *, const GmVector *, unsigned, bool) const
Returns the updated stresses using explicit return algorithm.
Definition: gmpMaterialElastoplastic.cpp:123
Definition: gmpMaterialElastoplastic.h:35
virtual bool semiImplicitReturnAlgorithm(const GmElement *, GmMatrix &, const GmpMechanicPoint *, const GmVector *, unsigned, bool) const
Returns the updated stresses using cutting plane return algorithm.
Definition: gmpMaterialElastoplastic.cpp:135