#include <itkFEMElement3DStrain.h>
Collaboration diagram for itk::fem::Element3DStrain< TBaseClass >:
[NOHEADER] | |
virtual Material::ConstPointer | GetMaterial (void) const |
virtual void | SetMaterial (Material::ConstPointer mat_) |
MaterialLinearElasticity::ConstPointer | m_mat |
Public Types | |
typedef Element3DStrain | Self |
typedef TBaseClass | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
typedef Superclass::Float | Float |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::VectorType | VectorType |
Public Member Functions | |
virtual void | Read (std::istream &, void *info) |
virtual void | Write (std::ostream &f) const |
Element3DStrain () | |
virtual void | GetStrainDisplacementMatrix (MatrixType &B, const MatrixType &shapeDgl) const |
virtual void | GetMaterialMatrix (MatrixType &D) const |
virtual unsigned int | GetNumberOfDegreesOfFreedomPerNode (void) const |
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 45 of file itkFEMElement3DStrain.h.
|
Const pointer or SmartPointer to an object. Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain. Definition at line 47 of file itkFEMElement3DStrain.h. |
|
Definition at line 51 of file itkFEMElement3DStrain.h. |
|
Definition at line 52 of file itkFEMElement3DStrain.h. |
|
Pointer or SmartPointer to an object. Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain. Definition at line 47 of file itkFEMElement3DStrain.h. |
|
Standard Self typedef. Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain. Definition at line 47 of file itkFEMElement3DStrain.h. |
|
Standard Superclass typedef. Reimplemented in itk::fem::Element3DC0LinearHexahedronStrain, and itk::fem::Element3DC0LinearTetrahedronStrain. Definition at line 47 of file itkFEMElement3DStrain.h. |
|
Definition at line 53 of file itkFEMElement3DStrain.h. |
|
Default constructor only clears the internal storage |
|
Definition at line 99 of file itkFEMElement3DStrain.h. |
|
Compute the D matrix. |
|
3D strain elements have 3 DOFs per node. Definition at line 90 of file itkFEMElement3DStrain.h. |
|
Compute the B matrix. |
|
Read data for this class from input stream |
|
Definition at line 100 of file itkFEMElement3DStrain.h. |
|
Write this class to output stream |
|
Pointer to material properties of the element Definition at line 98 of file itkFEMElement3DStrain.h. |