Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::fem::Element3DC0LinearTetrahedronStrain Class Reference

#include <itkFEMElement3DC0LinearTetrahedronStrain.h>

Inheritance diagram for itk::fem::Element3DC0LinearTetrahedronStrain:

Inheritance graph
[legend]
Collaboration diagram for itk::fem::Element3DC0LinearTetrahedronStrain:

Collaboration graph
[legend]

List of all members.


Detailed Description

4-noded finite element class in 3D space for linear elasticity problem

Definition at line 31 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

virtual Material::ConstPointer GetMaterial (void) const
virtual void SetMaterial (Material::ConstPointer mat_)
MaterialLinearElasticity::ConstPointer m_mat

Public Types

typedef const SelfConstPointer
typedef Superclass::Float Float
typedef Superclass::MatrixType MatrixType
typedef SelfPointer
typedef
Element3DC0LinearTetrahedronStrain 
Self
typedef Element3DStrain
< Element3DC0LinearTetrahedron
Superclass
typedef Superclass::VectorType VectorType

Public Member Functions

virtual int ClassID () const
virtual Baseclass::Pointer Clone () const
 Element3DC0LinearTetrahedronStrain (NodeIDType ns_[], Material::ConstPointer p_)
 Element3DC0LinearTetrahedronStrain ()
virtual void GetMaterialMatrix (MatrixType &D) const
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode (void) const
virtual void GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const
 HANDLE_ELEMENT_LOADS ()
virtual void Read (std::istream &, void *info)
virtual void Write (std::ostream &f) const

Static Public Member Functions

static Self::Pointer New ()

Static Public Attributes

static const int CLID

Member Typedef Documentation

Const pointer or SmartPointer to an object.

Reimplemented from itk::fem::Element3DStrain< TBaseClass >.

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

template<class TBaseClass = Element>
typedef Superclass::Float itk::fem::Element3DStrain< TBaseClass >::Float [inherited]

Definition at line 48 of file itkFEMElement3DStrain.h.

template<class TBaseClass = Element>
typedef Superclass::MatrixType itk::fem::Element3DStrain< TBaseClass >::MatrixType [inherited]

Definition at line 49 of file itkFEMElement3DStrain.h.

Pointer or SmartPointer to an object.

Reimplemented from itk::fem::Element3DStrain< TBaseClass >.

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

Standard Self typedef.

Reimplemented from itk::fem::Element3DStrain< TBaseClass >.

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

Standard Superclass typedef.

Reimplemented from itk::fem::Element3DStrain< TBaseClass >.

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

template<class TBaseClass = Element>
typedef Superclass::VectorType itk::fem::Element3DStrain< TBaseClass >::VectorType [inherited]

Definition at line 50 of file itkFEMElement3DStrain.h.


Constructor & Destructor Documentation

itk::fem::Element3DC0LinearTetrahedronStrain::Element3DC0LinearTetrahedronStrain (  ) 

Default constructor only clears the internal storage

itk::fem::Element3DC0LinearTetrahedronStrain::Element3DC0LinearTetrahedronStrain ( NodeIDType  ns_[],
Material::ConstPointer  p_ 
)

Construct an element by specifying pointers to an array of 4 points and a material.


Member Function Documentation

virtual int itk::fem::Element3DC0LinearTetrahedronStrain::ClassID (  )  const [inline, virtual]

Virtual function to access the class ID

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

virtual Baseclass::Pointer itk::fem::Element3DC0LinearTetrahedronStrain::Clone (  )  const [virtual]

Create a new object from the existing one

template<class TBaseClass = Element>
virtual Material::ConstPointer itk::fem::Element3DStrain< TBaseClass >::GetMaterial ( void   )  const [inline, virtual, inherited]

Pointer to material properties of the element

Definition at line 94 of file itkFEMElement3DStrain.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::GetMaterialMatrix ( MatrixType D  )  const [virtual, inherited]

Compute the D matrix.

template<class TBaseClass = Element>
virtual unsigned int itk::fem::Element3DStrain< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode ( void   )  const [inline, virtual, inherited]

3D strain elements have 3 DOFs per node.

Definition at line 85 of file itkFEMElement3DStrain.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::GetStrainDisplacementMatrix ( MatrixType B,
const MatrixType shapeDgl 
) const [virtual, inherited]

Methods related to the physics of the problem. Compute the B matrix.

itk::fem::Element3DC0LinearTetrahedronStrain::HANDLE_ELEMENT_LOADS (  ) 

static Self::Pointer itk::fem::Element3DC0LinearTetrahedronStrain::New ( void   )  [inline, static]

Object creation in an itk compatible way

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::Read ( std::istream &  ,
void *  info 
) [virtual, inherited]

Read data for this class from input stream

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::SetMaterial ( Material::ConstPointer  mat_  )  [inline, virtual, inherited]

Pointer to material properties of the element

Definition at line 95 of file itkFEMElement3DStrain.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::Write ( std::ostream &  f  )  const [virtual, inherited]

Write this class to output stream


Member Data Documentation

Class ID for FEM object factory

Definition at line 33 of file itkFEMElement3DC0LinearTetrahedronStrain.h.

template<class TBaseClass = Element>
MaterialLinearElasticity::ConstPointer itk::fem::Element3DStrain< TBaseClass >::m_mat [inherited]


The documentation for this class was generated from the following file:

Generated at Thu May 28 19:03:33 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000