|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "Materials/structuralmaterial.h"#include "Materials/structuralms.h"#include "Materials/isolinearelasticmaterial.h"Go to the source code of this file.
Classes | |
| class | oofem::TutorialMaterial |
| This class implements a isotropic plastic linear material (J2 plasticity condition is used). More... | |
| class | oofem::TutorialMaterialStatus |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for TutorialMaterial | |
| #define | _IFT_TutorialMaterial_Name "tutorialmaterial" |
| #define | _IFT_TutorialMaterial_yieldstress "sigy" |
| #define | _IFT_TutorialMaterial_hardeningmoduli "h" |
| #define _IFT_TutorialMaterial_hardeningmoduli "h" |
Definition at line 46 of file tutorialmaterial.h.
Referenced by oofem::TutorialMaterial::giveInputRecord(), and oofem::TutorialMaterial::initializeFrom().
| #define _IFT_TutorialMaterial_Name "tutorialmaterial" |
Definition at line 44 of file tutorialmaterial.h.
Referenced by oofem::TutorialMaterial::giveInputRecordName().
| #define _IFT_TutorialMaterial_yieldstress "sigy" |
Definition at line 45 of file tutorialmaterial.h.
Referenced by oofem::TutorialMaterial::giveInputRecord(), and oofem::TutorialMaterial::initializeFrom().