|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <boost/python.hpp>#include "../sm/Materials/structuralmaterial.h"#include "../sm/Materials/structuralms.h"Go to the source code of this file.
Classes | |
| class | oofem::StructuralPythonMaterial |
| Custom user supplied python scripts for material models. More... | |
| class | oofem::StructuralPythonMaterialStatus |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for StructuralPythonMaterial | |
| #define | _IFT_StructuralPythonMaterial_Name "structuralpythonmaterial" |
| #define | _IFT_StructuralPythonMaterial_moduleName "module" |
| #define _IFT_StructuralPythonMaterial_moduleName "module" |
Definition at line 54 of file structuralpythonmaterial.h.
Referenced by oofem::StructuralPythonMaterial::giveInputRecord(), and oofem::StructuralPythonMaterial::initializeFrom().
| #define _IFT_StructuralPythonMaterial_Name "structuralpythonmaterial" |
Definition at line 53 of file structuralpythonmaterial.h.
Referenced by oofem::StructuralPythonMaterial::giveInputRecordName().