|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "femcmpnn.h"#include "matconst.h"#include "matstatus.h"#include "materialmode.h"#include "timestep.h"#include "internalstatetype.h"#include "internalstatevaluetype.h"#include "matresponsemode.h"#include "dictionary.h"Go to the source code of this file.
Classes | |
| class | oofem::Material |
| Abstract base class for all material models. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | STRAIN_STEPS 10.0 |
Input fields for Material | |
| #define | _IFT_Material_density "d" |
| #define | _IFT_Material_castingtime "castingtime" |
| #define _IFT_Material_castingtime "castingtime" |
Definition at line 52 of file material.h.
Referenced by oofem::Material::giveInputRecord(), and oofem::Material::initializeFrom().
| #define _IFT_Material_density "d" |
Definition at line 51 of file material.h.
Referenced by oofem::Quasicontinuum::applyApproach1(), oofem::Quasicontinuum::applyApproach2(), oofem::Quasicontinuum::applyApproach3(), oofem::Material::giveInputRecord(), and oofem::Material::initializeFrom().
| #define STRAIN_STEPS 10.0 |
Definition at line 56 of file material.h.
Referenced by oofem::PerfectlyPlasticMaterial::giveRealStressVector().