OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <enrichmentfront.h>
Public Member Functions | |
EfInput () | |
EfInput (const FloatArray &iPos, const double &iLevelSet, int iNodeInd, const FloatArray &iClosestPointOnCrack, const double &iArcPos, const FloatArray &iLocalTangDir) | |
~EfInput () | |
Public Attributes | |
FloatArray | mPos |
double | mLevelSet |
int | mNodeInd |
FloatArray | mClosestPointOnCrack |
double | mArcPos |
FloatArray | mLocalTangDir |
Definition at line 54 of file enrichmentfront.h.
|
inline |
Definition at line 56 of file enrichmentfront.h.
|
inline |
Definition at line 57 of file enrichmentfront.h.
|
inline |
Definition at line 66 of file enrichmentfront.h.
double oofem::EfInput::mArcPos |
Definition at line 72 of file enrichmentfront.h.
Referenced by oofem::EnrichmentItem::calcPolarCoord().
FloatArray oofem::EfInput::mClosestPointOnCrack |
Definition at line 71 of file enrichmentfront.h.
double oofem::EfInput::mLevelSet |
Definition at line 69 of file enrichmentfront.h.
Referenced by oofem::EnrichmentItem::calcPolarCoord().
FloatArray oofem::EfInput::mLocalTangDir |
Definition at line 73 of file enrichmentfront.h.
Referenced by oofem::EnrichmentFront::computeCrackTangent().
int oofem::EfInput::mNodeInd |
Definition at line 70 of file enrichmentfront.h.
FloatArray oofem::EfInput::mPos |
Definition at line 68 of file enrichmentfront.h.
Referenced by oofem::EnrFrontIntersection::evaluateEnrFuncAt(), oofem::EnrFrontLinearBranchFuncOneEl::evaluateEnrFuncAt(), oofem::EnrFrontLinearBranchFuncRadius::evaluateEnrFuncAt(), oofem::EnrFrontCohesiveBranchFuncOneEl::evaluateEnrFuncAt(), oofem::EnrFrontLinearBranchFuncOneEl::evaluateEnrFuncDerivAt(), oofem::EnrFrontLinearBranchFuncRadius::evaluateEnrFuncDerivAt(), and oofem::EnrFrontCohesiveBranchFuncOneEl::evaluateEnrFuncDerivAt().