OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "material.h"
#include "Materials/linearelasticmaterial.h"
#include "../sm/Materials/structuralmaterial.h"
#include "../sm/Materials/structuralms.h"
#include "intarray.h"
#include "floatarray.h"
#include "cltypes.h"
Go to the source code of this file.
Classes | |
class | oofem::CompoDamageMatStatus |
Class for maintaining Gauss point values for CompoDamageMat model. More... | |
class | oofem::CompoDamageMat |
Material damage model for transversely orthotropic material. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for CompoDamageMat | |
#define | _IFT_CompoDamageMat_Name "compdammat" |
#define | _IFT_CompoDamageMat_exx "exx" |
#define | _IFT_CompoDamageMat_eyyezz "eyyezz" |
#define | _IFT_CompoDamageMat_nuxynuxz "nuxynuxz" |
#define | _IFT_CompoDamageMat_nuyz "nuyz" |
#define | _IFT_CompoDamageMat_Gxy "gxygxz" |
#define | _IFT_CompoDamageMat_tension_f0_gf "tension_f0_gf" |
#define | _IFT_CompoDamageMat_compres_f0_gf "compres_f0_gf" |
#define | _IFT_CompoDamageMat_afteriter "afteriter" |
#define | _IFT_CompoDamageMat_allowSnapBack "allowsnapback" |
#define _IFT_CompoDamageMat_afteriter "afteriter" |
Definition at line 56 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_allowSnapBack "allowsnapback" |
Definition at line 57 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_compres_f0_gf "compres_f0_gf" |
Definition at line 55 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_exx "exx" |
Definition at line 49 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_eyyezz "eyyezz" |
Definition at line 50 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_Gxy "gxygxz" |
Definition at line 53 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_Name "compdammat" |
Definition at line 48 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::giveInputRecordName().
#define _IFT_CompoDamageMat_nuxynuxz "nuxynuxz" |
Definition at line 51 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_nuyz "nuyz" |
Definition at line 52 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().
#define _IFT_CompoDamageMat_tension_f0_gf "tension_f0_gf" |
Definition at line 54 of file compodamagemat.h.
Referenced by oofem::CompoDamageMat::initializeFrom().