OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "material.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "matconst.h"
#include "matstatus.h"
#include "stressstrainprincmode.h"
#include "valuemodetype.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | oofem::StructuralMaterial |
Abstract base class for all "structural" constitutive 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 StructuralMaterial | |
#define | _IFT_StructuralMaterial_referencetemperature "referencetemperature" |
#define | _IFT_StructuralMaterial_talpha "talpha" |
#define _IFT_StructuralMaterial_referencetemperature "referencetemperature" |
Definition at line 49 of file structuralmaterial.h.
Referenced by oofem::StructuralMaterial::giveInputRecord(), and oofem::StructuralMaterial::initializeFrom().
#define _IFT_StructuralMaterial_talpha "talpha" |
Definition at line 50 of file structuralmaterial.h.
Referenced by oofem::StructuralMaterial::initializeFrom().
#define STRAIN_STEPS 10.0 |
Definition at line 54 of file structuralmaterial.h.