Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::fem::Element2DStress< TBaseClass > Class Template Reference
Class that is used to define linear elasticity problem in 2D space.
More...
#include <itkFEMElement2DStress.h>
List of all members.
Detailed Description
template<class TBaseClass = Element>
class itk::fem::Element2DStress< TBaseClass >
Class that is used to define linear elasticity problem in 2D 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 Element2DStress 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 itkFEMElement2DStress.h.
Member Typedef Documentation
Constructor & Destructor Documentation
|
Default constructor only clears the internal storage |
Member Function Documentation
|
Compute the mass matrix specific for 2D stress problems. |
template<class TBaseClass = Element> |
virtual unsigned int itk::fem::Element2DStress< TBaseClass >::GetNumberOfDegreesOfFreedomPerNode |
( |
void |
|
) |
const [inline, virtual] |
|
template<class TBaseClass = Element> |
virtual void itk::fem::Element2DStress< TBaseClass >::Read |
( |
std::istream & |
, |
|
|
void * |
info |
|
) |
[virtual] |
|
|
Read data for this class from input stream |
template<class TBaseClass = Element> |
virtual void itk::fem::Element2DStress< TBaseClass >::Write |
( |
std::ostream & |
f |
) |
const [virtual] |
|
|
Write this class to output stream |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:19:48 2007 for ITK by
1.3.8 written by Dimitri van Heesch,
© 1997-2000