19 #ifndef itkFEMElement3DMembrane_h
20 #define itkFEMElement3DMembrane_h
49 template <
typename TBaseClass = Element>
81 virtual void GetStrainDisplacementMatrix(
MatrixType & B,
const MatrixType & shapeDgl)
const ITK_OVERRIDE;
86 virtual void GetMaterialMatrix(
MatrixType & D)
const ITK_OVERRIDE;
91 void GetMassMatrix(
MatrixType & Me)
const ITK_OVERRIDE;
106 return dynamic_cast<const Material *
>(m_mat);
117 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkFEMElement3DMembrane.hxx"
133 #endif // #ifndef itkFEMElement3DMembrane_h
Class that is used to define a membrane energy problem in 3D space.
Superclass::VectorType VectorType
virtual Material::ConstPointer GetMaterial(void) const override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
vnl_matrix< Float > MatrixType
Linear elasticity material class.
Base class for storing all the implicit material and other properties required to fully define the el...
virtual void SetMaterial(Material::ConstPointer mat_) override
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode(void) const override
const MaterialLinearElasticity * m_mat
Superclass::MatrixType MatrixType
Superclass::VectorType VectorType
Control indentation during Print() invocation.
Superclass::MatrixType MatrixType