|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"#include "floatarray.h"#include "floatmatrix.h"#include "matconst.h"#include "matstatus.h"#include "interface.h"#include "stressstrainprincmode.h"Go to the source code of this file.
Classes | |
| class | oofem::WinklerMaterial |
| Implementation of 1D/2D winkler model for plate (and potentiaonnaly beam) subsoil model. More... | |
| class | oofem::Beam3dSubsoilMaterialInterface |
| Interface defining required functionality from associated element. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for WinklerMaterial | |
| #define | _IFT_WinklerMaterial_Name "winkler" |
| #define | _IFT_WinklerMaterial_C1 "c1" |
| #define | _IFT_WinklerMaterial_globalFlag "global" |
| #define _IFT_WinklerMaterial_C1 "c1" |
Definition at line 49 of file winklermodel.h.
Referenced by oofem::WinklerMaterial::giveInputRecord(), and oofem::WinklerMaterial::initializeFrom().
| #define _IFT_WinklerMaterial_globalFlag "global" |
Definition at line 50 of file winklermodel.h.
Referenced by oofem::WinklerMaterial::initializeFrom().
| #define _IFT_WinklerMaterial_Name "winkler" |
Definition at line 48 of file winklermodel.h.
Referenced by oofem::WinklerMaterial::giveInputRecordName().