19 #ifndef __itkFEMElement3DC0LinearTriangular_h
20 #define __itkFEMElement3DC0LinearTriangular_h
124 static const unsigned int Nip[6];
133 #endif // #ifndef __itkFEMElement3DC0LinearTriangular_h
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const
virtual void JacobianInverse(const VectorType &pt, MatrixType &invJ, const MatrixType *pJ=0) const
SmartPointer< const Self > ConstPointer
virtual Float JacobianDeterminant(const VectorType &pt, const MatrixType *pJ=0) const
virtual bool GetLocalFromGlobalCoordinates(const VectorType &globalPt, VectorType &localPt) const
static const unsigned int Nip[6]
virtual void PopulateEdgeIds()
Implements standard node management in the element classes.
void GeneralizedProjectPoint(const VectorType &x, const VectorType &origin, const VectorType &normal, VectorType &xproj) const
SmartPointer< Self > Pointer
itk::fem::Element::Float Determinant2x2(const VectorType &c1, const VectorType &c2) const
virtual void PrintSelf(std::ostream &os, Indent indent) const
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const
ElementStd< 3, 3 > TemplatedParentClass
void ComputeNormalDirection(const VectorType &v1, const VectorType &v2, const VectorType &v3, VectorType &n) const
3-noded, linear, C0 continuous finite element in 2D space.
Superclass::VectorType VectorType
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const
static const Float trigGaussRuleInfo[6][7][4]
Control indentation during Print() invocation.
virtual VectorType ShapeFunctions(const VectorType &pt) const
Element3DC0LinearTriangular Self
TemplatedParentClass Superclass
Superclass::MatrixType MatrixType