ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
itk::fem::Element3DStrain< TBaseClass > Class Template Reference

#include <itkFEMElement3DStrain.h>

+ Inheritance diagram for itk::fem::Element3DStrain< TBaseClass >:
+ Collaboration diagram for itk::fem::Element3DStrain< TBaseClass >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::Float Float
typedef Superclass::MatrixType MatrixType
typedef SmartPointer< SelfPointer
typedef Element3DStrain Self
typedef TBaseClass Superclass
typedef Superclass::VectorType VectorType

Public Member Functions

 Element3DStrain ()
virtual Material::ConstPointer GetMaterial (void) const
virtual void GetMaterialMatrix (MatrixType &D) const
virtual const char * GetNameOfClass () const
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode (void) const
virtual void GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const
virtual void SetMaterial (Material::ConstPointer mat_)

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const

Protected Attributes

const MaterialLinearElasticitym_mat

Detailed Description

template<class TBaseClass = Element>
class itk::fem::Element3DStrain< TBaseClass >

Class that is used to define linear elasticity problem in 3D 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.

This class defines the physics to define element strain.

You can specify one template parameter:

TBaseClass - Class from which Element3DStrain 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 47 of file itkFEMElement3DStrain.h.


Member Typedef Documentation

template<class TBaseClass = Element>
typedef SmartPointer<const Self> itk::fem::Element3DStrain< TBaseClass >::ConstPointer
template<class TBaseClass = Element>
typedef Superclass::Float itk::fem::Element3DStrain< TBaseClass >::Float

Definition at line 58 of file itkFEMElement3DStrain.h.

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

Definition at line 62 of file itkFEMElement3DStrain.h.

template<class TBaseClass = Element>
typedef SmartPointer<Self> itk::fem::Element3DStrain< TBaseClass >::Pointer
template<class TBaseClass = Element>
typedef Element3DStrain itk::fem::Element3DStrain< TBaseClass >::Self

Standard class typedefs.

Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain.

Definition at line 52 of file itkFEMElement3DStrain.h.

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

Definition at line 63 of file itkFEMElement3DStrain.h.


Constructor & Destructor Documentation

template<class TBaseClass = Element>
itk::fem::Element3DStrain< TBaseClass >::Element3DStrain ( )

Default constructor only clears the internal storage


Member Function Documentation

template<class TBaseClass = Element>
virtual Material::ConstPointer itk::fem::Element3DStrain< TBaseClass >::GetMaterial ( void  ) const
inlinevirtual

Get/Set the material properties for the element

Definition at line 96 of file itkFEMElement3DStrain.h.

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

Compute the D matrix.

template<class TBaseClass = Element>
virtual const char* itk::fem::Element3DStrain< TBaseClass >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain.

template<class TBaseClass = Element>
virtual unsigned int itk::fem::Element3DStrain< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode ( void  ) const
inlinevirtual

3D strain elements have 3 DOFs per node.

Definition at line 88 of file itkFEMElement3DStrain.h.

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

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

template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual
template<class TBaseClass = Element>
virtual void itk::fem::Element3DStrain< TBaseClass >::SetMaterial ( Material::ConstPointer  mat_)
inlinevirtual

Definition at line 101 of file itkFEMElement3DStrain.h.


Member Data Documentation

template<class TBaseClass = Element>
const MaterialLinearElasticity* itk::fem::Element3DStrain< TBaseClass >::m_mat
protected

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