OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::PropagationLaw |
Updates the geometry of evolving XFEM interfaces. More... | |
class | oofem::PLDoNothing |
Dummy propagation law that does nothing. More... | |
class | oofem::PLCrackPrescribedDir |
Propagation law that propagates the crack in a predefined direction. More... | |
class | oofem::PLnodeRadius |
Propagation law that propagates a delamination in a predefined radius from an element. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_PLDoNothing_Name "propagationlawdonothing" |
#define | _IFT_PLCrackPrescribedDir_Name "propagationlawcrackprescribeddir" |
#define | _IFT_PLCrackPrescribedDir_Dir "angle" |
#define | _IFT_PLCrackPrescribedDir_IncLength "incrementlength" |
#define | _IFT_PLnodeRadius_Name "propagationlawnoderadius" |
#define | _IFT_PLnodeRadius_Radius "radius" |
#define _IFT_PLCrackPrescribedDir_Dir "angle" |
Definition at line 45 of file propagationlaw.h.
Referenced by oofem::PLCrackPrescribedDir::giveInputRecord(), and oofem::PLCrackPrescribedDir::initializeFrom().
#define _IFT_PLCrackPrescribedDir_IncLength "incrementlength" |
Definition at line 46 of file propagationlaw.h.
Referenced by oofem::PLCrackPrescribedDir::giveInputRecord(), and oofem::PLCrackPrescribedDir::initializeFrom().
#define _IFT_PLCrackPrescribedDir_Name "propagationlawcrackprescribeddir" |
Definition at line 44 of file propagationlaw.h.
Referenced by oofem::PLCrackPrescribedDir::giveInputRecordName().
#define _IFT_PLDoNothing_Name "propagationlawdonothing" |
Definition at line 42 of file propagationlaw.h.
Referenced by oofem::PLDoNothing::giveInputRecordName().
#define _IFT_PLnodeRadius_Name "propagationlawnoderadius" |
Definition at line 48 of file propagationlaw.h.
Referenced by oofem::PLnodeRadius::giveInputRecordName().
#define _IFT_PLnodeRadius_Radius "radius" |
Definition at line 49 of file propagationlaw.h.
Referenced by oofem::PLnodeRadius::giveInputRecord(), and oofem::PLnodeRadius::initializeFrom().