OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mplasticmaterial.h"
Go to the source code of this file.
Classes | |
class | oofem::J2MPlasticMaterial |
This class implements a isotropic plastic linear material (J2 plasticity condition is used) in a finite element problem. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for J2MPlasticMaterial | |
#define | _IFT_J2MPlasticMaterial_Name "j2mmat" |
#define | _IFT_J2MPlasticMaterial_ry "ry" |
#define | _IFT_J2MPlasticMaterial_khm "khm" |
#define | _IFT_J2MPlasticMaterial_ihm "ihm" |
#define | _IFT_J2MPlasticMaterial_rma "rma" |
#define _IFT_J2MPlasticMaterial_ihm "ihm" |
Definition at line 45 of file j2mplasticmaterial.h.
Referenced by oofem::J2MPlasticMaterial::initializeFrom().
#define _IFT_J2MPlasticMaterial_khm "khm" |
Definition at line 44 of file j2mplasticmaterial.h.
Referenced by oofem::J2MPlasticMaterial::initializeFrom().
#define _IFT_J2MPlasticMaterial_Name "j2mmat" |
Definition at line 42 of file j2mplasticmaterial.h.
Referenced by oofem::J2MPlasticMaterial::giveInputRecordName().
#define _IFT_J2MPlasticMaterial_rma "rma" |
Definition at line 46 of file j2mplasticmaterial.h.
Referenced by oofem::J2MPlasticMaterial::initializeFrom().
#define _IFT_J2MPlasticMaterial_ry "ry" |
Definition at line 43 of file j2mplasticmaterial.h.
Referenced by oofem::J2MPlasticMaterial::initializeFrom().