OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Materials/structuralmaterial.h"
#include "../sm/Materials/structuralms.h"
Go to the source code of this file.
Classes | |
class | oofem::HyperElasticMaterial |
Saint Venant–Kirchhoff model defined by shear and bulk modulus. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for HyperElasticMaterial | |
#define | _IFT_HyperElasticMaterial_Name "hyperelmat" |
#define | _IFT_HyperElasticMaterial_k "k" |
#define | _IFT_HyperElasticMaterial_g "g" |
#define _IFT_HyperElasticMaterial_g "g" |
Definition at line 45 of file hyperelasticmaterial.h.
Referenced by oofem::HyperElasticMaterial::initializeFrom().
#define _IFT_HyperElasticMaterial_k "k" |
Definition at line 44 of file hyperelasticmaterial.h.
Referenced by oofem::HyperElasticMaterial::initializeFrom().
#define _IFT_HyperElasticMaterial_Name "hyperelmat" |
Definition at line 43 of file hyperelasticmaterial.h.
Referenced by oofem::HyperElasticMaterial::giveInputRecordName().