|
OOFEM 3.0
|
#include <enrichmentfrontdonothing.h>
Public Member Functions | |
| EnrFrontDoNothing (int iEIindex=0) | |
| 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 |
| int | giveNumEnrichments (const DofManager &iDMan) const override |
| int | giveMaxNumEnrichments () const override |
| void | evaluateEnrFuncAt (std ::vector< double > &oEnrFunc, const EfInput &iEfInput) const override |
| void | evaluateEnrFuncDerivAt (std ::vector< FloatArray > &oEnrFuncDeriv, const EfInput &iEfInput, const FloatArray &iGradLevelSet) const override |
| void | evaluateEnrFuncJumps (std ::vector< double > &oEnrFuncJumps, GaussPoint &iGP, int iNodeInd, bool iGPLivesOnCurrentCrack, const double &iNormalSignDist) const override |
| const char * | giveClassName () const override |
| const char * | giveInputRecordName () const override |
| void | initializeFrom (InputRecord &ir) override |
| void | giveInputRecord (DynamicInputRecord &input) override |
| double | giveSupportRadius () const override |
| Public Member Functions inherited from oofem::EnrichmentFront | |
| EnrichmentFront (int iEIindex=0) | |
| virtual | ~EnrichmentFront () |
| std::string | errorInfo (const char *func) const |
| virtual bool | propagationIsAllowed () const |
| const TipInfo & | giveTipInfo () const |
| virtual void | setTipInfo (const TipInfo &iTipInfo) |
| void | computeCrackTangent (FloatArray &oTangent, FloatArray &oNormal, bool &oFlipTangent, const EfInput &iEfInput) const |
Additional Inherited Members | |
| Public Attributes inherited from oofem::EnrichmentFront | |
| int | mEIindex |
| Protected Member Functions inherited from oofem::EnrichmentFront | |
| void | MarkTipElementNodesAsFront (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) |
| Protected Attributes inherited from oofem::EnrichmentFront | |
| TipInfo | mTipInfo |
| reference to the associated enrichment item | |
|
inline |
Definition at line 61 of file enrichmentfrontdonothing.h.
References oofem::EnrichmentFront::EnrichmentFront().
|
inlinevirtual |
Definition at line 62 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 71 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 72 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 73 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 75 of file enrichmentfrontdonothing.h.
|
overridevirtual |
Implements oofem::EnrichmentFront.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 76 of file enrichmentfrontdonothing.h.
References _IFT_EnrFrontDoNothing_Name.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 68 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 67 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 81 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
Implements oofem::EnrichmentFront.
Definition at line 78 of file enrichmentfrontdonothing.h.
|
inlineoverridevirtual |
MarkNodesAsFront: Intput: -ioNodeEnrMarker: A vector with the same size as the number of nodes in the mesh where the nodes corresponding to interior XFEM enrichments are marked with 1, other entries are zero.
Output: -ioNodeEnrMarker: Modifies the vector by marking tip nodes as 2, meaning that they should get special treatment. May also modify the set of nodes enriched by the interior enrichment.
Implements oofem::EnrichmentFront.
Definition at line 64 of file enrichmentfrontdonothing.h.
References oofem::EnrichmentFront::mTipInfo.