35#ifndef ENRICHMENTFRONTDONOTHING_H_
36#define ENRICHMENTFRONTDONOTHING_H_
38#define _IFT_EnrFrontDoNothing_Name "enrfrontdonothing"
51class DynamicInputRecord;
64 void MarkNodesAsFront(std :: unordered_map< int, NodeEnrichmentType > &ioNodeEnrMarkerMap,
XfemManager &ixFemMan,
const std :: unordered_map< int, double > &iLevelSetNormalDirMap,
const std :: unordered_map< int, double > &iLevelSetTangDirMap,
const TipInfo &iTipInfo)
override { mTipInfo = iTipInfo; }
73 void evaluateEnrFuncJumps(std :: vector< double > &oEnrFuncJumps,
GaussPoint &iGP,
int iNodeInd,
bool iGPLivesOnCurrentCrack,
const double &iNormalSignDist)
const override { }
75 const char *
giveClassName()
const override {
return "EnrFrontDoNothing"; }
Base class for dof managers.
const char * giveClassName() const override
void evaluateEnrFuncJumps(std ::vector< double > &oEnrFuncJumps, GaussPoint &iGP, int iNodeInd, bool iGPLivesOnCurrentCrack, const double &iNormalSignDist) const override
EnrFrontDoNothing(int iEIindex=0)
void evaluateEnrFuncDerivAt(std ::vector< FloatArray > &oEnrFuncDeriv, const EfInput &iEfInput, const FloatArray &iGradLevelSet) const override
virtual ~EnrFrontDoNothing()
void MarkNodesAsFront(std ::unordered_map< int, NodeEnrichmentType > &ioNodeEnrMarkerMap, XfemManager &ixFemMan, const std ::unordered_map< int, double > &iLevelSetNormalDirMap, const std ::unordered_map< int, double > &iLevelSetTangDirMap, const TipInfo &iTipInfo) override
MarkNodesAsFront: Intput: -ioNodeEnrMarker: A vector with the same size as the number of nodes in the...
int giveMaxNumEnrichments() const override
int giveNumEnrichments(const DofManager &iDMan) const override
const char * giveInputRecordName() const override
double giveSupportRadius() const override
void initializeFrom(InputRecord &ir) override
void evaluateEnrFuncAt(std ::vector< double > &oEnrFunc, const EfInput &iEfInput) const override
void giveInputRecord(DynamicInputRecord &input) override
Class EnrichmentFront: describes the edge or tip of an XFEM enrichment.
Class representing vector of real numbers.
Class representing integration point in finite element program.
TipInfo gathers useful information about a crack tip, like its position and tangent direction.
This class manages the xfem part.
#define _IFT_EnrFrontDoNothing_Name
the oofem namespace is to define a context or scope in which all oofem names are defined.