19 #ifndef itkFEMElement3DC0LinearTriangularLaplaceBeltrami_h
20 #define itkFEMElement3DC0LinearTriangularLaplaceBeltrami_h
25 #include "ITKFEMExport.h"
53 itkSimpleNewMacro(
Self);
60 virtual::itk::LightObject::Pointer CreateAnother(
void) const ITK_OVERRIDE;
74 virtual
unsigned int GetNumberOfDegreesOfFreedomPerNode(
void) const ITK_OVERRIDE
80 virtual void GetStiffnessMatrix(MatrixType & Ke)
const ITK_OVERRIDE;
83 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
90 #endif // #ifndef itkFEMElement3DC0LinearTriangularLaplaceBeltrami_h
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
Element3DMembrane1DOF< Element3DC0LinearTriangular > Superclass
Base class for storing all the implicit material and other properties required to fully define the el...
SmartPointer< const Self > ConstPointer
3-noded finite element class in 3D space for surface LaplaceBeltrami problem.
Element3DC0LinearTriangularLaplaceBeltrami Self
Class that is used to define a membrane energy problem in 3D space.
Control indentation during Print() invocation.