OOFEM 3.0
Loading...
Searching...
No Matches
oofem::EnrFrontCohesiveBranchFuncOneEl Class Reference

#include <enrichmentfrontcohesivebranchfunconeel.h>

Inheritance diagram for oofem::EnrFrontCohesiveBranchFuncOneEl:
Collaboration diagram for oofem::EnrFrontCohesiveBranchFuncOneEl:

Public Member Functions

 EnrFrontCohesiveBranchFuncOneEl ()
virtual ~EnrFrontCohesiveBranchFuncOneEl ()
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 TipInfogiveTipInfo () const
virtual void setTipInfo (const TipInfo &iTipInfo)
void computeCrackTangent (FloatArray &oTangent, FloatArray &oNormal, bool &oFlipTangent, const EfInput &iEfInput) const

Private Attributes

CohesiveBranchFunction mpBranchFunc

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

Detailed Description

EnrFrontCohesiveBranchFuncOneEl

Author
Erik Svenning
Date
Nov 28, 2014

Definition at line 61 of file enrichmentfrontcohesivebranchfunconeel.h.

Constructor & Destructor Documentation

◆ EnrFrontCohesiveBranchFuncOneEl()

oofem::EnrFrontCohesiveBranchFuncOneEl::EnrFrontCohesiveBranchFuncOneEl ( )

◆ ~EnrFrontCohesiveBranchFuncOneEl()

oofem::EnrFrontCohesiveBranchFuncOneEl::~EnrFrontCohesiveBranchFuncOneEl ( )
virtual

Member Function Documentation

◆ evaluateEnrFuncAt()

void oofem::EnrFrontCohesiveBranchFuncOneEl::evaluateEnrFuncAt ( std ::vector< double > & oEnrFunc,
const EfInput & iEfInput ) const
overridevirtual

◆ evaluateEnrFuncDerivAt()

void oofem::EnrFrontCohesiveBranchFuncOneEl::evaluateEnrFuncDerivAt ( std ::vector< FloatArray > & oEnrFuncDeriv,
const EfInput & iEfInput,
const FloatArray & iGradLevelSet ) const
overridevirtual

◆ evaluateEnrFuncJumps()

void oofem::EnrFrontCohesiveBranchFuncOneEl::evaluateEnrFuncJumps ( std ::vector< double > & oEnrFuncJumps,
GaussPoint & iGP,
int iNodeInd,
bool iGPLivesOnCurrentCrack,
const double & iNormalSignDist ) const
overridevirtual

◆ giveClassName()

const char * oofem::EnrFrontCohesiveBranchFuncOneEl::giveClassName ( ) const
inlineoverridevirtual

Implements oofem::EnrichmentFront.

Definition at line 77 of file enrichmentfrontcohesivebranchfunconeel.h.

◆ giveInputRecord()

void oofem::EnrFrontCohesiveBranchFuncOneEl::giveInputRecord ( DynamicInputRecord & input)
overridevirtual

◆ giveInputRecordName()

const char * oofem::EnrFrontCohesiveBranchFuncOneEl::giveInputRecordName ( ) const
inlineoverridevirtual

◆ giveMaxNumEnrichments()

int oofem::EnrFrontCohesiveBranchFuncOneEl::giveMaxNumEnrichments ( ) const
inlineoverridevirtual

Implements oofem::EnrichmentFront.

Definition at line 70 of file enrichmentfrontcohesivebranchfunconeel.h.

◆ giveNumEnrichments()

int oofem::EnrFrontCohesiveBranchFuncOneEl::giveNumEnrichments ( const DofManager & iDMan) const
overridevirtual

◆ giveSupportRadius()

double oofem::EnrFrontCohesiveBranchFuncOneEl::giveSupportRadius ( ) const
inlineoverridevirtual

Implements oofem::EnrichmentFront.

Definition at line 83 of file enrichmentfrontcohesivebranchfunconeel.h.

◆ initializeFrom()

void oofem::EnrFrontCohesiveBranchFuncOneEl::initializeFrom ( InputRecord & ir)
overridevirtual

Implements oofem::EnrichmentFront.

Definition at line 114 of file enrichmentfrontcohesivebranchfunconeel.C.

◆ MarkNodesAsFront()

void oofem::EnrFrontCohesiveBranchFuncOneEl::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 )
overridevirtual

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 29 of file enrichmentfrontcohesivebranchfunconeel.C.

References oofem::EnrichmentFront::MarkTipElementNodesAsFront().

Referenced by EnrFrontCohesiveBranchFuncOneEl().

Member Data Documentation

◆ mpBranchFunc

CohesiveBranchFunction oofem::EnrFrontCohesiveBranchFuncOneEl::mpBranchFunc
private

The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011