OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "microplanematerial.h"
#include "structuralnonlocalmaterialext.h"
#include "matconst.h"
#include "../sm/Materials/structuralms.h"
#include "materialmapperinterface.h"
#include "mmaclosestiptransfer.h"
#include "mmashapefunctprojection.h"
#include "mmaleastsquareprojection.h"
Go to the source code of this file.
Classes | |
class | oofem::MDMStatus |
Material status class MDMStatus associated to MDM matarial. More... | |
class | oofem::MDM |
Implementation of microplane damage material (According to M.Jirasek). More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | MDM_USE_MMAClosestIPTransfer |
Select the mapping algorithm. More... | |
#define | MDM_MAPPING_DEBUG 1 |
Input fields for MDM | |
#define | _IFT_MDM_Name "mdm" |
#define | _IFT_MDM_talpha "talpha" |
#define | _IFT_MDM_parmd "parmd" |
#define | _IFT_MDM_nonloc "nonloc" |
#define | _IFT_MDM_r "r" |
#define | _IFT_MDM_efp "efp" |
#define | _IFT_MDM_ep "ep" |
#define | _IFT_MDM_gf "gf" |
#define | _IFT_MDM_ft "ft" |
#define | _IFT_MDM_formulation "formulation" |
#define | _IFT_MDM_mode "mode" |
#define | _IFT_MDM_mapper "mapper" |
#define | _IFT_MDM_sourceRegionSet "sourceregset" |
#define _IFT_MDM_efp "efp" |
Definition at line 81 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_ep "ep" |
Definition at line 82 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_formulation "formulation" |
Definition at line 85 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_ft "ft" |
Definition at line 84 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_gf "gf" |
Definition at line 83 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_mapper "mapper" |
Definition at line 87 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_mode "mode" |
Definition at line 86 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_Name "mdm" |
Definition at line 76 of file mdm.h.
Referenced by oofem::MDM::giveInputRecordName().
#define _IFT_MDM_nonloc "nonloc" |
Definition at line 79 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_parmd "parmd" |
Definition at line 78 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_r "r" |
Definition at line 80 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().
#define _IFT_MDM_talpha "talpha" |
Definition at line 77 of file mdm.h.
Referenced by oofem::MDM::giveInputRecord(), and oofem::MDM::initializeFrom().