19 #ifndef itkFEMElement3DMembrane1DOF_h
20 #define itkFEMElement3DMembrane1DOF_h
44 template <
typename TBaseClass = Element>
115 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkFEMElement3DMembrane1DOF.hxx"
131 #endif // #ifndef itkFEMElement3DMembrane1DOF_h
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual void SetMaterial(Material::ConstPointer mat_) override
virtual void GetStiffnessMatrix(MatrixType &Ke) const override
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode(void) const override
ObjectType * GetPointer() const
vnl_matrix< Float > MatrixType
Superclass::MatrixType MatrixType
Linear elasticity material class.
Base class for storing all the implicit material and other properties required to fully define the el...
virtual void GetMaterialMatrix(MatrixType &D) const override
SmartPointer< Self > Pointer
MaterialLinearElasticity::ConstPointer m_Mat
void GetMassMatrix(MatrixType &Me) const override
Superclass::VectorType VectorType
Element3DMembrane1DOF Self
Class that is used to define a membrane energy problem in 3D space.
Control indentation during Print() invocation.
virtual Material::ConstPointer GetMaterial(void) const override
virtual void GetStrainDisplacementMatrix(MatrixType &B, const MatrixType &shapeDgl) const override
Superclass::VectorType VectorType
Superclass::MatrixType MatrixType