19 #ifndef itkFEMElement3DStrain_h
20 #define itkFEMElement3DStrain_h
46 template <
typename TBaseClass = Element>
109 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkFEMElement3DStrain.hxx"
125 #endif // #ifndef itkFEMElement3DStrain_h
Class that is used to define linear elasticity problem in 3D space.
Superclass::VectorType VectorType
Superclass::MatrixType MatrixType
virtual Material::ConstPointer GetMaterial(void) const override
SmartPointer< Self > Pointer
vnl_matrix< Float > MatrixType
Linear elasticity material class.
const MaterialLinearElasticity * m_mat
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode(void) const override
SmartPointer< const Self > ConstPointer
virtual void SetMaterial(Material::ConstPointer mat_) override
virtual void GetStrainDisplacementMatrix(MatrixType &B, const MatrixType &shapeDgl) const override
Superclass::VectorType VectorType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual void GetMaterialMatrix(MatrixType &D) const override
Control indentation during Print() invocation.
Superclass::MatrixType MatrixType