25#ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_ELASTOPLASTIC_MULTIPLESURFACE_H_
26#define _GEMA_PLUGIN_MECHANICALMATERIAL_ELASTOPLASTIC_MULTIPLESURFACE_H_
30#include "gmpFemPhysics.h"
Definition gmpMaterialElastoplastic.h:36
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
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
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 gmpMaterialElastoplasticMultiSurface.h:34
Definition gmpMechanicPoint.h:33
Declaration of the gmpMaterialElastoplastic classes.
Declaration of the GmpMechanicPoint class.