19 #ifndef __itkFEMElement2DC0LinearQuadrilateral_h
20 #define __itkFEMElement2DC0LinearQuadrilateral_h
116 #endif // #ifndef __itkFEMElement2DC0LinearQuadrilateral_h
virtual void PopulateEdgeIds(void)
void InterpolationFunctions(const VectorType &pcoords, VectorType &sf) const
virtual bool GetLocalFromGlobalCoordinates(const VectorType &globalPt, VectorType &localPt) const
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const
TemplatedParentClass Superclass
ElementStd< 4, 2 > TemplatedParentClass
Implements standard node management in the element classes.
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< const Self > ConstPointer
virtual VectorType ShapeFunctions(const VectorType &pt) const
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
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const
Element2DC0LinearQuadrilateral Self
Superclass::MatrixType MatrixType
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const