|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
| class | oofem::EnrichmentFunction |
| Abstract class representing global shape function Base class declares abstract interface common to all enrichment functions. More... | |
| class | oofem::DiscontinuousFunction |
| Class representing Sign EnrichmentFunction. More... | |
| class | oofem::HeavisideFunction |
| Class representing Heaviside EnrichmentFunction. More... | |
| class | oofem::LinElBranchFunction |
| Class representing the four classical linear elastic branch functions. More... | |
| class | oofem::CohesiveBranchFunction |
| Class representing a branch function for cohesive cracks. More... | |
| class | oofem::RampFunction |
| Class representing bimaterial interface. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_DiscontinuousFunction_Name "discontinuousfunction" |
| #define | _IFT_HeavisideFunction_Name "heavisidefunction" |
| #define | _IFT_RampFunction_Name "rampfunction" |
| #define _IFT_DiscontinuousFunction_Name "discontinuousfunction" |
Definition at line 41 of file enrichmentfunction.h.
Referenced by oofem::DiscontinuousFunction::giveInputRecordName().
| #define _IFT_HeavisideFunction_Name "heavisidefunction" |
Definition at line 42 of file enrichmentfunction.h.
Referenced by oofem::HeavisideFunction::giveInputRecordName().
| #define _IFT_RampFunction_Name "rampfunction" |
Definition at line 43 of file enrichmentfunction.h.
Referenced by oofem::RampFunction::giveInputRecordName().