OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Provides tolerances for the XFEM module. More...
#include <xfemtolerances.h>
Static Public Member Functions | |
static void | setCharacteristicElementLength (double iCharElLength) |
static double | giveCharacteristicElementLength () |
static double | giveRelLengthTolLoose () |
static double | giveRelLengthTolTight () |
static double | giveDimensionlessTolLoose () |
static double | giveDimensionlessTolTight () |
static double | giveApproxZero () |
Static Protected Attributes | |
static double | sCharElLength = 0.0 |
Characteristic element length. More... | |
Private Member Functions | |
XfemTolerances () | |
Provides tolerances for the XFEM module.
Definition at line 48 of file xfemtolerances.h.
|
inlineprivate |
Definition at line 71 of file xfemtolerances.h.
References setCharacteristicElementLength().
|
inlinestatic |
Definition at line 85 of file xfemtolerances.h.
References sApproxZero.
Referenced by oofem::EnrichmentItem::calcPolarCoord().
|
inlinestatic |
Definition at line 77 of file xfemtolerances.h.
References giveRelLengthTolLoose(), giveRelLengthTolTight(), and sCharElLength.
Referenced by oofem::Line::computeNumberOfIntersectionPoints().
|
inlinestatic |
Definition at line 82 of file xfemtolerances.h.
References sRelDimensionlessTolLoose.
|
inlinestatic |
Definition at line 83 of file xfemtolerances.h.
References sRelDimensionlessTolTight.
|
static |
Definition at line 46 of file xfemtolerances.C.
References sRelLengthTolLoose.
Referenced by giveCharacteristicElementLength().
|
static |
Definition at line 51 of file xfemtolerances.C.
References sRelLengthTolTight.
Referenced by giveCharacteristicElementLength(), and oofem::XfemStructuralElementInterface::giveSubtriangulationCompositeExportData().
|
static |
Definition at line 41 of file xfemtolerances.C.
References sCharElLength.
Referenced by oofem::XfemManager::initializeFrom(), and XfemTolerances().
|
staticprotected |
Characteristic element length.
Definition at line 52 of file xfemtolerances.h.
Referenced by giveCharacteristicElementLength(), and setCharacteristicElementLength().