Base class for crack front points provider. More...
#include <CrackFrontPointsProvider.h>
Public Member Functions | |
CrackFrontPointsProvider (const InputParameters ¶meters) | |
virtual const std::vector< Point > | getCrackFrontPoints (unsigned int) const =0 |
get a set of points along a crack front from a XFEM GeometricCutUserObject More... | |
Static Public Member Functions | |
static InputParameters | validParams () |
Base class for crack front points provider.
Definition at line 22 of file CrackFrontPointsProvider.h.
CrackFrontPointsProvider::CrackFrontPointsProvider | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file CrackFrontPointsProvider.C.
|
pure virtual |
get a set of points along a crack front from a XFEM GeometricCutUserObject
Implemented in LevelSetCutUserObject, MeshCut3DUserObject, MovingLineSegmentCutSetUserObject, LineSegmentCutSetUserObject, CircleCutUserObject, EllipseCutUserObject, LineSegmentCutUserObject, and RectangleCutUserObject.
Referenced by CrackFrontDefinition::initialSetup().
|
static |
Definition at line 15 of file CrackFrontPointsProvider.C.