Class that is used to define a membrane energy problem in 2D space. More...
#include <itkFEMElement2DMembrane.h>
Public Types | |
typedef const Self * | ConstPointer |
typedef Superclass::Float | Float |
typedef Superclass::MatrixType | MatrixType |
typedef Self * | Pointer |
typedef Element2DMembrane | Self |
typedef TBaseClass | Superclass |
typedef Superclass::VectorType | VectorType |
Public Member Functions | |
Element2DMembrane () | |
void | GetMassMatrix (MatrixType &Me) const |
virtual void | GetMaterialMatrix (MatrixType &D) const |
virtual unsigned int | GetNumberOfDegreesOfFreedomPerNode (void) const |
virtual void | GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const |
virtual void | Read (std::istream &, void *info) |
virtual void | Write (std::ostream &f) const |
| |
MaterialLinearElasticity::ConstPointer | m_mat |
virtual Material::ConstPointer | GetMaterial (void) const |
virtual void | SetMaterial (Material::ConstPointer mat_) |
Class that is used to define a membrane energy 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 Element2DMembrane 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 42 of file itkFEMElement2DMembrane.h.
typedef const Self* itk::fem::Element2DMembrane< TBaseClass >::ConstPointer |
Const pointer or SmartPointer to an object.
Reimplemented in itk::fem::Element2DC0LinearQuadrilateralMembrane, and itk::fem::Element2DC0LinearTriangularMembrane.
Definition at line 44 of file itkFEMElement2DMembrane.h.
typedef Superclass::Float itk::fem::Element2DMembrane< TBaseClass >::Float |
Definition at line 48 of file itkFEMElement2DMembrane.h.
typedef Superclass::MatrixType itk::fem::Element2DMembrane< TBaseClass >::MatrixType |
Definition at line 49 of file itkFEMElement2DMembrane.h.
typedef Self* itk::fem::Element2DMembrane< TBaseClass >::Pointer |
Pointer or SmartPointer to an object.
Reimplemented in itk::fem::Element2DC0LinearQuadrilateralMembrane, and itk::fem::Element2DC0LinearTriangularMembrane.
Definition at line 44 of file itkFEMElement2DMembrane.h.
typedef Element2DMembrane itk::fem::Element2DMembrane< TBaseClass >::Self |
Standard Self typedef.
Reimplemented in itk::fem::Element2DC0LinearQuadrilateralMembrane, and itk::fem::Element2DC0LinearTriangularMembrane.
Definition at line 44 of file itkFEMElement2DMembrane.h.
typedef TBaseClass itk::fem::Element2DMembrane< TBaseClass >::Superclass |
Standard Superclass typedef.
Reimplemented in itk::fem::Element2DC0LinearQuadrilateralMembrane, and itk::fem::Element2DC0LinearTriangularMembrane.
Definition at line 44 of file itkFEMElement2DMembrane.h.
typedef Superclass::VectorType itk::fem::Element2DMembrane< TBaseClass >::VectorType |
Definition at line 50 of file itkFEMElement2DMembrane.h.
itk::fem::Element2DMembrane< TBaseClass >::Element2DMembrane | ( | ) |
Default constructor only clears the internal storage
void itk::fem::Element2DMembrane< TBaseClass >::GetMassMatrix | ( | MatrixType & | Me | ) | const |
Compute the mass matrix specific for 2D stress problems.
virtual Material::ConstPointer itk::fem::Element2DMembrane< TBaseClass >::GetMaterial | ( | void | ) | const [inline, virtual] |
Pointer to material properties of the element
Definition at line 100 of file itkFEMElement2DMembrane.h.
virtual void itk::fem::Element2DMembrane< TBaseClass >::GetMaterialMatrix | ( | MatrixType & | D | ) | const [virtual] |
Compute the D matrix.
virtual unsigned int itk::fem::Element2DMembrane< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode | ( | void | ) | const [inline, virtual] |
2D stress elements have 2 DOFs per node.
Definition at line 91 of file itkFEMElement2DMembrane.h.
virtual void itk::fem::Element2DMembrane< TBaseClass >::GetStrainDisplacementMatrix | ( | MatrixType & | B, | |
const MatrixType & | shapeDgl | |||
) | const [virtual] |
Methods related to the physics of the problem. Compute the B matrix.
virtual void itk::fem::Element2DMembrane< TBaseClass >::Read | ( | std::istream & | , | |
void * | info | |||
) | [virtual] |
Read data for this class from input stream
virtual void itk::fem::Element2DMembrane< TBaseClass >::SetMaterial | ( | Material::ConstPointer | mat_ | ) | [inline, virtual] |
Pointer to material properties of the element
Definition at line 101 of file itkFEMElement2DMembrane.h.
virtual void itk::fem::Element2DMembrane< TBaseClass >::Write | ( | std::ostream & | f | ) | const [virtual] |
Write this class to output stream
MaterialLinearElasticity::ConstPointer itk::fem::Element2DMembrane< TBaseClass >::m_mat |
Pointer to material properties of the element
Definition at line 99 of file itkFEMElement2DMembrane.h.
Referenced by itk::fem::Element2DMembrane< Element2DC0LinearTriangular >::GetMaterial(), and itk::fem::Element2DMembrane< Element2DC0LinearTriangular >::SetMaterial().