19 #ifndef __itkFEMElement2DC0LinearQuadrilateral_h
20 #define __itkFEMElement2DC0LinearQuadrilateral_h
108 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
116 #endif // #ifndef __itkFEMElement2DC0LinearQuadrilateral_h
void InterpolationFunctions(const VectorType &pcoords, VectorType &sf) const
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const ITK_OVERRIDE
TemplatedParentClass Superclass
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const ITK_OVERRIDE
virtual bool GetLocalFromGlobalCoordinates(const VectorType &globalPt, VectorType &localPt) const ITK_OVERRIDE
ElementStd< 4, 2 > TemplatedParentClass
Implements standard node management in the element classes.
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
virtual VectorType ShapeFunctions(const VectorType &pt) const ITK_OVERRIDE
virtual void PopulateEdgeIds(void) ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const ITK_OVERRIDE
Superclass::VectorType VectorType
4-noded, linear, C0 continuous finite element in 2D space.The ordering of the nodes is counter clockw...
Float Determinant2x2(const VectorType &c1, const VectorType &c2) const
Control indentation during Print() invocation.
void InterpolationDerivs(const VectorType &pcoords, VectorType &derivs) const
Element2DC0LinearQuadrilateral Self
Superclass::MatrixType MatrixType