#include <itkFEMElement2DC0LinearTriangularStrain.h>


This element is combined from Element2DC0LinearTriangular and Element2DStrain.
Definition at line 33 of file itkFEMElement2DC0LinearTriangularStrain.h.
| typedef const Self* itk::fem::Element2DC0LinearTriangularStrain::ConstPointer |
Const pointer or SmartPointer to an object.
Reimplemented from itk::fem::Element2DStrain< TBaseClass >.
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
typedef Superclass::Float itk::fem::Element2DStrain< TBaseClass >::Float [inherited] |
Definition at line 48 of file itkFEMElement2DStrain.h.
typedef Superclass::MatrixType itk::fem::Element2DStrain< TBaseClass >::MatrixType [inherited] |
Definition at line 49 of file itkFEMElement2DStrain.h.
Pointer or SmartPointer to an object.
Reimplemented from itk::fem::Element2DStrain< TBaseClass >.
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
Standard Self typedef.
Reimplemented from itk::fem::Element2DStrain< TBaseClass >.
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
| typedef Element2DStrain<Element2DC0LinearTriangular> itk::fem::Element2DC0LinearTriangularStrain::Superclass |
Standard Superclass typedef.
Reimplemented from itk::fem::Element2DStrain< TBaseClass >.
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
typedef Superclass::VectorType itk::fem::Element2DStrain< TBaseClass >::VectorType [inherited] |
Definition at line 50 of file itkFEMElement2DStrain.h.
| itk::fem::Element2DC0LinearTriangularStrain::Element2DC0LinearTriangularStrain | ( | ) |
Default constructor only clears the internal storage
| itk::fem::Element2DC0LinearTriangularStrain::Element2DC0LinearTriangularStrain | ( | NodeIDType | n1_, | |
| NodeIDType | n2_, | |||
| NodeIDType | n3_, | |||
| Material::ConstPointer | p_ | |||
| ) |
Construct an element by specifying pointers to 3 points and a material.
| virtual int itk::fem::Element2DC0LinearTriangularStrain::ClassID | ( | ) | const [inline, virtual] |
Virtual function to access the class ID
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
| virtual Baseclass::Pointer itk::fem::Element2DC0LinearTriangularStrain::Clone | ( | ) | const [virtual] |
Create a new object from the existing one
| void itk::fem::Element2DStrain< TBaseClass >::GetMassMatrix | ( | MatrixType & | Me | ) | const [inherited] |
Compute the mass matrix specific for 2D strain problems.
| virtual Material::ConstPointer itk::fem::Element2DStrain< TBaseClass >::GetMaterial | ( | void | ) | const [inline, virtual, inherited] |
Pointer to material properties of the element
Definition at line 100 of file itkFEMElement2DStrain.h.
| virtual void itk::fem::Element2DStrain< TBaseClass >::GetMaterialMatrix | ( | MatrixType & | D | ) | const [virtual, inherited] |
Compute the D matrix.
| virtual unsigned int itk::fem::Element2DStrain< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode | ( | void | ) | const [inline, virtual, inherited] |
2D strain elements have 2 DOFs per node.
Definition at line 91 of file itkFEMElement2DStrain.h.
| virtual void itk::fem::Element2DStrain< TBaseClass >::GetStrainDisplacementMatrix | ( | MatrixType & | B, | |
| const MatrixType & | shapeDgl | |||
| ) | const [virtual, inherited] |
Methods related to the physics of the problem. Compute the B matrix.
| itk::fem::Element2DC0LinearTriangularStrain::HANDLE_ELEMENT_LOADS | ( | ) |
| static Self::Pointer itk::fem::Element2DC0LinearTriangularStrain::New | ( | void | ) | [inline, static] |
Object creation in an itk compatible way
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
| virtual void itk::fem::Element2DStrain< TBaseClass >::Read | ( | std::istream & | , | |
| void * | info | |||
| ) | [virtual, inherited] |
Read data for this class from input stream
| virtual void itk::fem::Element2DStrain< TBaseClass >::SetMaterial | ( | Material::ConstPointer | mat_ | ) | [inline, virtual, inherited] |
Pointer to material properties of the element
Definition at line 101 of file itkFEMElement2DStrain.h.
| virtual void itk::fem::Element2DStrain< TBaseClass >::Write | ( | std::ostream & | f | ) | const [virtual, inherited] |
Write this class to output stream
const int itk::fem::Element2DC0LinearTriangularStrain::CLID [static] |
Class ID for FEM object factory
Definition at line 35 of file itkFEMElement2DC0LinearTriangularStrain.h.
MaterialLinearElasticity::ConstPointer itk::fem::Element2DStrain< TBaseClass >::m_mat [inherited] |
Pointer to material properties of the element
Definition at line 99 of file itkFEMElement2DStrain.h.
Referenced by itk::fem::Element2DStrain< itk::fem::Element2DC0LinearTriangular >::GetMaterial(), and itk::fem::Element2DStrain< itk::fem::Element2DC0LinearTriangular >::SetMaterial().
1.5.5 written by Dimitri van Heesch,
© 1997-2000