OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "plasticmaterial.h"
Go to the source code of this file.
Classes | |
class | oofem::J2plasticMaterial |
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 J2plasticMaterial | |
#define | _IFT_J2plasticMaterial_Name "j2mat" |
#define | _IFT_J2plasticMaterial_ry "ry" |
#define | _IFT_J2plasticMaterial_khm "khm" |
#define | _IFT_J2plasticMaterial_ihm "ihm" |
#define _IFT_J2plasticMaterial_ihm "ihm" |
Definition at line 45 of file j2plasticmaterial.h.
Referenced by oofem::J2plasticMaterial::giveInputRecord(), and oofem::J2plasticMaterial::initializeFrom().
#define _IFT_J2plasticMaterial_khm "khm" |
Definition at line 44 of file j2plasticmaterial.h.
Referenced by oofem::J2plasticMaterial::giveInputRecord(), and oofem::J2plasticMaterial::initializeFrom().
#define _IFT_J2plasticMaterial_Name "j2mat" |
Definition at line 42 of file j2plasticmaterial.h.
Referenced by oofem::J2plasticMaterial::giveInputRecordName().
#define _IFT_J2plasticMaterial_ry "ry" |
Definition at line 43 of file j2plasticmaterial.h.
Referenced by oofem::J2plasticMaterial::giveInputRecord(), and oofem::J2plasticMaterial::initializeFrom().