Go to the documentation of this file.
31 std::vector<Real> & B);
38 std::vector<RealVectorValue> & dB);
44 RealVectorValue & rotated_vector,
45 const unsigned int point_index);
virtual unsigned int crackTipEnrichementFunctionDerivativeAtPoint(const Point &point, std::vector< RealVectorValue > &dB)
calculate the enrichment function derivatives at point
Works on top of NodalNormalsPreprocessor.
InputParameters validParams< EnrichmentFunctionCalculation >()
const CrackFrontDefinition * _crack_front_definition
EnrichmentFunctionCalculation(const CrackFrontDefinition *crack_front_definition)
virtual unsigned int crackTipEnrichementFunctionAtPoint(const Point &point, std::vector< Real > &B)
calculate the enrichment function values at point
void rotateFromCrackFrontCoordsToGlobal(const RealVectorValue &vector, RealVectorValue &rotated_vector, const unsigned int point_index)
rotate a vector from crack front coordinate to global cooridate
Perform calculation of enrichment function values and derivatives.