#include <itkFEMElement2DC0LinearQuadrilateralStress.h>
Definition at line 31 of file itkFEMElement2DC0LinearQuadrilateralStress.h.
typedef const Self* itk::fem::Element2DC0LinearQuadrilateralStress::ConstPointer |
Const pointer or SmartPointer to an object.
Reimplemented from itk::fem::Element2DStress< TBaseClass >.
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.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 33 of file itkFEMElement2DC0LinearQuadrilateralStress.h.
Standard Self typedef.
Reimplemented from itk::fem::Element2DStress< TBaseClass >.
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.h.
typedef Element2DStress<Element2DC0LinearQuadrilateral> itk::fem::Element2DC0LinearQuadrilateralStress::Superclass |
Standard Superclass typedef.
Reimplemented from itk::fem::Element2DStress< TBaseClass >.
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.h.
typedef Superclass::VectorType itk::fem::Element2DStress< TBaseClass >::VectorType [inherited] |
Definition at line 50 of file itkFEMElement2DStress.h.
itk::fem::Element2DC0LinearQuadrilateralStress::Element2DC0LinearQuadrilateralStress | ( | ) |
Default constructor only clears the internal storage
itk::fem::Element2DC0LinearQuadrilateralStress::Element2DC0LinearQuadrilateralStress | ( | NodeIDType | n1_, | |
NodeIDType | n2_, | |||
NodeIDType | n3_, | |||
NodeIDType | n4_, | |||
Material::ConstPointer | p_ | |||
) |
Construct an element by specifying pointers to 4 points and a material.
virtual int itk::fem::Element2DC0LinearQuadrilateralStress::ClassID | ( | ) | const [inline, virtual] |
Virtual function to access the class ID
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.h.
virtual Baseclass::Pointer itk::fem::Element2DC0LinearQuadrilateralStress::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::Element2DC0LinearQuadrilateralStress::HANDLE_ELEMENT_LOADS | ( | ) |
static Self::Pointer itk::fem::Element2DC0LinearQuadrilateralStress::New | ( | void | ) | [inline, static] |
Object creation in an itk compatible way
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.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::Element2DC0LinearQuadrilateralStress::CLID [static] |
Class ID for FEM object factory
Definition at line 33 of file itkFEMElement2DC0LinearQuadrilateralStress.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().