Orfeo Toolbox  3.16
Public Types | Public Member Functions | Public Attributes
itk::fem::Element3DStrain< TBaseClass > Class Template Reference

Class that is used to define linear elasticity problem in 3D space. More...

#include <itkFEMElement3DStrain.h>

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

List of all members.

Public Types

typedef const SelfConstPointer
typedef Superclass::Float Float
typedef Superclass::MatrixType MatrixType
typedef 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 unsigned int GetNumberOfDegreesOfFreedomPerNode (void) const
virtual void GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const
virtual void Read (std::istream &, void *info)
virtual void SetMaterial (Material::ConstPointer mat_)
virtual void Write (std::ostream &f) const

Public Attributes

MaterialLinearElasticity::ConstPointer m_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.

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 42 of file itkFEMElement3DStrain.h.


Member Typedef Documentation

template<class TBaseClass = Element>
typedef const Self* itk::fem::Element3DStrain< TBaseClass >::ConstPointer

Const pointer or SmartPointer to an object.

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

Definition at line 44 of file itkFEMElement3DStrain.h.

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

Definition at line 48 of file itkFEMElement3DStrain.h.

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

Definition at line 49 of file itkFEMElement3DStrain.h.

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

Standard Self typedef.

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

Definition at line 44 of file itkFEMElement3DStrain.h.

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

Standard Superclass typedef.

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

Definition at line 44 of file itkFEMElement3DStrain.h.

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

Definition at line 50 of file itkFEMElement3DStrain.h.


Constructor & Destructor Documentation

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

Default constructor only clears the internal storage

Definition at line 28 of file itkFEMElement3DStrain.txx.


Member Function Documentation

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

Definition at line 94 of file itkFEMElement3DStrain.h.

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

Compute the D matrix.

Set the elements in the top left quadrant

Set the diagonal elements

Multiply by the factor

Definition at line 81 of file itkFEMElement3DStrain.txx.

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 85 of file itkFEMElement3DStrain.h.

template<class TBaseClass >
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.

Methods related to the physics of the problem.

Columns 1, 4, 7, ..., 22

Columns 2, 5, 8, ..., 23

Columns 3, 6, 9, ..., 24

Definition at line 37 of file itkFEMElement3DStrain.txx.

template<class TBaseClass >
void itk::fem::Element3DStrain< TBaseClass >::Read ( std::istream &  f,
void *  info 
)
virtual

Read data for this class from input stream

Read and set the material pointer

Definition at line 111 of file itkFEMElement3DStrain.txx.

References itk::fem::FEMPArray< T >::Find(), itk::fem::FEMExceptionObjectNotFound::m_baseClassName, and itk::fem::FEMExceptionObjectNotFound::m_GN.

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

Definition at line 95 of file itkFEMElement3DStrain.h.

template<class TBaseClass >
void itk::fem::Element3DStrain< TBaseClass >::Write ( std::ostream &  f) const
virtual

Write this class to output stream

Definition at line 157 of file itkFEMElement3DStrain.txx.


Member Data Documentation

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

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

Generated at Sun Feb 3 2013 02:58:24 for Orfeo Toolbox with doxygen 1.8.1.1