19 #ifndef __itkFEMElement2DC0QuadraticTriangular_h
20 #define __itkFEMElement2DC0QuadraticTriangular_h
114 #endif // #ifndef __itkFEMElement2DC0QuadraticTriangular_h
ElementStd< 6, 2 > TemplatedParentClass
virtual void PrintSelf(std::ostream &os, Indent indent) const
virtual void JacobianInverse(const VectorType &pt, MatrixType &invJ, const MatrixType *pJ=0) const
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const
virtual void PopulateEdgeIds(void)
TemplatedParentClass Superclass
Implements standard node management in the element classes.
Element2DC0QuadraticTriangular Self
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const
virtual Float JacobianDeterminant(const VectorType &pt, const MatrixType *pJ=0) const
virtual bool GetLocalFromGlobalCoordinates(const VectorType &GlobalPt, VectorType &LocalPt) const
6-noded, quadratic, C0 continuous finite element in 2D space that defines a triangle.
SmartPointer< const Self > ConstPointer
Superclass::VectorType VectorType
virtual VectorType ShapeFunctions(const VectorType &pt) const
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const
Superclass::MatrixType MatrixType