ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMElement2DStress.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::Float | Float |
typedef Superclass::MatrixType | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef Element2DStress | Self |
typedef TBaseClass | Superclass |
typedef Superclass::VectorType | VectorType |
Public Member Functions | |
Element2DStress () | |
void | GetMassMatrix (MatrixType &Me) const |
virtual Material::ConstPointer | GetMaterial (void) const |
virtual void | GetMaterialMatrix (MatrixType &D) const |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfDegreesOfFreedomPerNode (void) const |
virtual void | GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const |
virtual void | SetMaterial (Material::ConstPointer mat_) |
virtual void | SetMaterial (Material::Pointer mat_) |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
const MaterialLinearElasticity * | m_mat |
virtual void | SetMaterialInternal (const Material *mat_) |
Class that is used to define linear elasticity problem in 2D space.
This class only defines the physics of the problem. Use his class together with element classes that specify the geometry to fully define the element.
You can specify one template parameter:
TBaseClass - Class from which Element2DStress is derived. TBaseClass must be derived from the Element base class. This enables you to use this class at any level of element definition. If not specified, it defaults to the Element base class.
Definition at line 45 of file itkFEMElement2DStress.h.
typedef SmartPointer<const Self> itk::fem::Element2DStress< TBaseClass >::ConstPointer |
Reimplemented in itk::fem::Element2DC0QuadraticTriangularStress, itk::fem::Element2DC0LinearQuadrilateralStress, and itk::fem::Element2DC0LinearTriangularStress.
Definition at line 53 of file itkFEMElement2DStress.h.
typedef Superclass::Float itk::fem::Element2DStress< TBaseClass >::Float |
Definition at line 56 of file itkFEMElement2DStress.h.
typedef Superclass::MatrixType itk::fem::Element2DStress< TBaseClass >::MatrixType |
Definition at line 60 of file itkFEMElement2DStress.h.
typedef SmartPointer<Self> itk::fem::Element2DStress< TBaseClass >::Pointer |
Reimplemented in itk::fem::Element2DC0QuadraticTriangularStress, itk::fem::Element2DC0LinearQuadrilateralStress, and itk::fem::Element2DC0LinearTriangularStress.
Definition at line 52 of file itkFEMElement2DStress.h.
typedef Element2DStress itk::fem::Element2DStress< TBaseClass >::Self |
Standard class typedefs.
Reimplemented in itk::fem::Element2DC0QuadraticTriangularStress, itk::fem::Element2DC0LinearQuadrilateralStress, and itk::fem::Element2DC0LinearTriangularStress.
Definition at line 50 of file itkFEMElement2DStress.h.
typedef TBaseClass itk::fem::Element2DStress< TBaseClass >::Superclass |
Reimplemented in itk::fem::Element2DC0QuadraticTriangularStress, itk::fem::Element2DC0LinearQuadrilateralStress, and itk::fem::Element2DC0LinearTriangularStress.
Definition at line 51 of file itkFEMElement2DStress.h.
typedef Superclass::VectorType itk::fem::Element2DStress< TBaseClass >::VectorType |
Definition at line 61 of file itkFEMElement2DStress.h.
itk::fem::Element2DStress< TBaseClass >::Element2DStress | ( | ) |
Default constructor only clears the internal storage
void itk::fem::Element2DStress< TBaseClass >::GetMassMatrix | ( | MatrixType & | Me | ) | const |
Compute the mass matrix specific for 2D stress problems.
virtual Material::ConstPointer itk::fem::Element2DStress< TBaseClass >::GetMaterial | ( | void | ) | const [inline, virtual] |
Get/Set the material properties for the element
Definition at line 99 of file itkFEMElement2DStress.h.
virtual void itk::fem::Element2DStress< TBaseClass >::GetMaterialMatrix | ( | MatrixType & | D | ) | const [virtual] |
Compute the D matrix.
virtual const char* itk::fem::Element2DStress< TBaseClass >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented in itk::fem::Element2DC0QuadraticTriangularStress, itk::fem::Element2DC0LinearQuadrilateralStress, and itk::fem::Element2DC0LinearTriangularStress.
virtual unsigned int itk::fem::Element2DStress< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode | ( | void | ) | const [inline, virtual] |
2D stress elements have 2 DOFs per node.
Definition at line 91 of file itkFEMElement2DStress.h.
virtual void itk::fem::Element2DStress< TBaseClass >::GetStrainDisplacementMatrix | ( | MatrixType & | B, |
const MatrixType & | shapeDgl | ||
) | const [virtual] |
Compute the B matrix.
virtual void itk::fem::Element2DStress< TBaseClass >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
virtual void itk::fem::Element2DStress< TBaseClass >::SetMaterial | ( | Material::ConstPointer | mat_ | ) | [inline, virtual] |
Definition at line 104 of file itkFEMElement2DStress.h.
virtual void itk::fem::Element2DStress< TBaseClass >::SetMaterial | ( | Material::Pointer | mat_ | ) | [inline, virtual] |
Definition at line 108 of file itkFEMElement2DStress.h.
virtual void itk::fem::Element2DStress< TBaseClass >::SetMaterialInternal | ( | const Material * | mat_ | ) | [inline, protected, virtual] |
Pointer to material properties of the element
Definition at line 121 of file itkFEMElement2DStress.h.
Referenced by itk::fem::Element2DStress< Element2DC0LinearTriangular >::SetMaterial().
const MaterialLinearElasticity* itk::fem::Element2DStress< TBaseClass >::m_mat [protected] |
Pointer to material properties of the element
Definition at line 120 of file itkFEMElement2DStress.h.
Referenced by itk::fem::Element2DStress< Element2DC0LinearTriangular >::GetMaterial(), and itk::fem::Element2DStress< Element2DC0LinearTriangular >::SetMaterialInternal().