19 #ifndef __itkFEMElement3DC0LinearHexahedron_h
20 #define __itkFEMElement3DC0LinearHexahedron_h
110 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
118 #endif // #ifndef __itkFEMElement3DC0LinearHexahedron_h
virtual void ShapeFunctionDerivatives(const VectorType &pt, MatrixType &shapeD) const ITK_OVERRIDE
void InterpolationDerivs(const VectorType &pcoords, VectorType &derivs) const
Element3DC0LinearHexahedron Self
SmartPointer< const Self > ConstPointer
virtual bool GetLocalFromGlobalCoordinates(const VectorType &globalPt, VectorType &localPt) const ITK_OVERRIDE
Implements standard node management in the element classes.
vnl_matrix< Float > MatrixType
Float Determinant3x3(const VectorType &c1, const VectorType &c2, const VectorType &c3) const
void InterpolationFunctions(const VectorType &pcoords, VectorType &sf) const
8-noded, linear, C0 continuous finite element in 3D space.
virtual VectorType ShapeFunctions(const VectorType &pt) const ITK_OVERRIDE
vnl_vector< Float > VectorType
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
virtual unsigned int GetNumberOfIntegrationPoints(unsigned int order) const ITK_OVERRIDE
Control indentation during Print() invocation.
TemplatedParentClass Superclass
virtual void GetIntegrationPointAndWeight(unsigned int i, VectorType &pt, Float &w, unsigned int order) const ITK_OVERRIDE
SmartPointer< Self > Pointer
virtual void PopulateEdgeIds(void) ITK_OVERRIDE
ElementStd< 8, 3 > TemplatedParentClass