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

itk::fem::Element3DMembrane< TBaseClass > Class Template Reference

Class that is used to define a membrane energy problem in 3D space. More...

#include <itkFEMElement3DMembrane.h>

Inheritance diagram for itk::fem::Element3DMembrane:

Inheritance graph
[legend]
List of all members.

[NOHEADER]

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

Public Types

typedef Element3DMembrane Self
typedef TBaseClass Superclass
typedef SelfPointer
typedef const SelfConstPointer
typedef Superclass::Float Float
typedef Superclass::MatrixType MatrixType
typedef Superclass::VectorType VectorType

Public Methods

virtual void Read (std::istream &, void *info)
virtual void Write (std::ostream &f) const
 Element3DMembrane ()
virtual void GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const
virtual void GetMaterialMatrix (MatrixType &D) const
void GetMassMatrix (MatrixType &Me) const
virtual unsigned int GetNumberOfDegreesOfFreedomPerNode (void) const

Detailed Description

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

Class that is used to define a membrane energy 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 Element3DMembrane 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 45 of file itkFEMElement3DMembrane.h.


Member Typedef Documentation

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

Const pointer or SmartPointer to an object.

Reimplemented in itk::fem::Element3DC0LinearHexahedronMembrane, and itk::fem::Element3DC0LinearTetrahedronMembrane.

Definition at line 47 of file itkFEMElement3DMembrane.h.

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

Definition at line 51 of file itkFEMElement3DMembrane.h.

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

Definition at line 52 of file itkFEMElement3DMembrane.h.

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

Pointer or SmartPointer to an object.

Reimplemented in itk::fem::Element3DC0LinearHexahedronMembrane, and itk::fem::Element3DC0LinearTetrahedronMembrane.

Definition at line 47 of file itkFEMElement3DMembrane.h.

template<class TBaseClass = Element>
typedef Element3DMembrane itk::fem::Element3DMembrane< TBaseClass >::Self
 

Standard Self typedef.

Reimplemented in itk::fem::Element3DC0LinearHexahedronMembrane, and itk::fem::Element3DC0LinearTetrahedronMembrane.

Definition at line 47 of file itkFEMElement3DMembrane.h.

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

Standard Superclass typedef.

Reimplemented in itk::fem::Element3DC0LinearHexahedronMembrane, and itk::fem::Element3DC0LinearTetrahedronMembrane.

Definition at line 47 of file itkFEMElement3DMembrane.h.

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

Definition at line 53 of file itkFEMElement3DMembrane.h.


Constructor & Destructor Documentation

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

Default constructor only clears the internal storage


Member Function Documentation

template<class TBaseClass = Element>
void itk::fem::Element3DMembrane< TBaseClass >::GetMassMatrix MatrixType   Me const
 

Compute the mass matrix specific for 3D membrane problems.

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

Definition at line 108 of file itkFEMElement3DMembrane.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DMembrane< TBaseClass >::GetMaterialMatrix MatrixType   D const [virtual]
 

Compute the D matrix.

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

3D membrane elements have 3 DOFs per node.

Definition at line 97 of file itkFEMElement3DMembrane.h.

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

Compute the B matrix.

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

Read data for this class from input stream

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

Definition at line 109 of file itkFEMElement3DMembrane.h.

template<class TBaseClass = Element>
virtual void itk::fem::Element3DMembrane< TBaseClass >::Write std::ostream &    f const [virtual]
 

Write this class to output stream


Member Data Documentation

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

Pointer to material properties of the element

Definition at line 107 of file itkFEMElement3DMembrane.h.

Referenced by itk::fem::Element3DMembrane< Element3DC0LinearTetrahedron >::GetMaterial(), and itk::fem::Element3DMembrane< Element3DC0LinearTetrahedron >::SetMaterial().


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:50:37 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000