#include <itkFEMElement2DC0QuadraticTriangularStress.h>


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