19 #ifndef __itkFEMElement2DC0LinearTriangular_h
20 #define __itkFEMElement2DC0LinearTriangular_h
114 static const
unsigned int Nip[6];
119 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
125 #endif // #ifndef __itkFEMElement2DC0LinearTriangular_h
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const ITK_OVERRIDE
3-noded, linear, C0 continuous finite element in 2D space.The ordering of the nodes is counter clockw...
static const Float trigGaussRuleInfo[6][7][4]
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const ITK_OVERRIDE
Element2DC0LinearTriangular Self
Implements standard node management in the element classes.
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
virtual VectorType ShapeFunctions(const VectorType &pt) const ITK_OVERRIDE
virtual bool GetLocalFromGlobalCoordinates(const VectorType &globalPt, VectorType &localPt) const ITK_OVERRIDE
virtual void JacobianInverse(const VectorType &pt, MatrixType &invJ, const MatrixType *pJ=ITK_NULLPTR) const ITK_OVERRIDE
ElementStd< 3, 2 > TemplatedParentClass
Superclass::VectorType VectorType
Control indentation during Print() invocation.
static const unsigned int Nip[6]
virtual Float JacobianDeterminant(const VectorType &pt, const MatrixType *pJ=ITK_NULLPTR) const ITK_OVERRIDE
SmartPointer< Self > Pointer
virtual void PopulateEdgeIds(void) ITK_OVERRIDE
TemplatedParentClass Superclass
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const ITK_OVERRIDE
Superclass::MatrixType MatrixType