ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions
itk::fem::Element2DC0LinearTriangular Class Reference

3-noded, linear, C0 continuous finite element in 2D space.The ordering of the nodes is counter clockwise. That is the nodes should be defined in the following order: More...

#include <itkFEMElement2DC0LinearTriangular.h>

Inheritance diagram for itk::fem::Element2DC0LinearTriangular:
Collaboration diagram for itk::fem::Element2DC0LinearTriangular:

List of all members.

Public Types

enum  { DefaultIntegrationOrder = 1 }
typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef Element2DC0LinearTriangular Self
typedef TemplatedParentClass Superclass
typedef ElementStd< 3, 2 > TemplatedParentClass

Public Member Functions

virtual void GetIntegrationPointAndWeight (unsigned int i, VectorType &pt, Float &w, unsigned int order) const
virtual bool GetLocalFromGlobalCoordinates (const VectorType &globalPt, VectorType &localPt) const
virtual const char * GetNameOfClass () const
virtual unsigned int GetNumberOfIntegrationPoints (unsigned int order) const
virtual Float JacobianDeterminant (const VectorType &pt, const MatrixType *pJ=0) const
virtual void JacobianInverse (const VectorType &pt, MatrixType &invJ, const MatrixType *pJ=0) const
virtual void ShapeFunctionDerivatives (const VectorType &pt, MatrixType &shapeD) const
virtual VectorType ShapeFunctions (const VectorType &pt) const

Static Public Attributes

static const unsigned int Nip [6]
static const Float trigGaussRuleInfo [6][7][4]

Protected Member Functions

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

Detailed Description

3-noded, linear, C0 continuous finite element in 2D space.

The ordering of the nodes is counter clockwise. That is the nodes should be defined in the following order:

(0,1) 2 * |\ | \ | \ | \ | \ | \ *------* 0 1 (0,0) (0,1)

This is an abstract class. Specific concrete implemenations of this It must be combined with the physics component of the problem. This has already been done in the following classes:

See also:
Element2DC0LinearTriangular
Element2DC0LinearTriangularStrain
Element2DC0LinearTriangularStress

Definition at line 57 of file itkFEMElement2DC0LinearTriangular.h.


Member Typedef Documentation

Definition at line 63 of file itkFEMElement2DC0LinearTriangular.h.


Member Enumeration Documentation

anonymous enum

Methods related to numeric integration

Enumerator:
DefaultIntegrationOrder 

Definition at line 76 of file itkFEMElement2DC0LinearTriangular.h.


Member Function Documentation

virtual void itk::fem::Element2DC0LinearTriangular::GetIntegrationPointAndWeight ( unsigned int  i,
VectorType pt,
Float w,
unsigned int  order 
) const [virtual]

Get the Integration point and weight

Implements itk::fem::Element.

virtual bool itk::fem::Element2DC0LinearTriangular::GetLocalFromGlobalCoordinates ( const VectorType globalPt,
VectorType localPt 
) const [virtual]

Convert from global to local coordinates

Implements itk::fem::Element.

virtual const char* itk::fem::Element2DC0LinearTriangular::GetNameOfClass ( ) const [virtual]
virtual unsigned int itk::fem::Element2DC0LinearTriangular::GetNumberOfIntegrationPoints ( unsigned int  order) const [virtual]

Get the number of integration points

Implements itk::fem::Element.

virtual Float itk::fem::Element2DC0LinearTriangular::JacobianDeterminant ( const VectorType pt,
const MatrixType pJ = 0 
) const [virtual]

Compute the determinant of the Jacobian matrix at a given point with respect to the local coordinate system.

Parameters:
ptPoint in local element coordinates.
pJOptional pointer to Jacobian matrix computed at point pt. If this is set to 0, the Jacobian will be computed as necessary.

Reimplemented from itk::fem::Element.

virtual void itk::fem::Element2DC0LinearTriangular::JacobianInverse ( const VectorType pt,
MatrixType invJ,
const MatrixType pJ = 0 
) const [virtual]

Return the inverse of the Jacobian

Reimplemented from itk::fem::Element.

virtual void itk::fem::Element2DC0LinearTriangular::PopulateEdgeIds ( void  ) [protected, virtual]

Set the edge order and the points defining each edge

Implements itk::fem::Element.

virtual void itk::fem::Element2DC0LinearTriangular::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::fem::ElementStd< 3, 2 >.

Reimplemented in itk::fem::Element2DC0LinearTriangularMembrane, itk::fem::Element2DC0LinearTriangularStrain, itk::fem::Element2DC0LinearTriangularStress, itk::fem::Element2DMembrane< Element2DC0LinearTriangular >, itk::fem::Element2DStrain< Element2DC0LinearTriangular >, and itk::fem::Element2DStress< Element2DC0LinearTriangular >.

virtual void itk::fem::Element2DC0LinearTriangular::ShapeFunctionDerivatives ( const VectorType pt,
MatrixType shapeD 
) const [virtual]

Return the shape functions derivatives in the shapeD matrix

Implements itk::fem::Element.

virtual VectorType itk::fem::Element2DC0LinearTriangular::ShapeFunctions ( const VectorType pt) const [virtual]

Methods related to the geometry of an element Return the shape functions used to interpolate across the element

Implements itk::fem::Element.


Member Data Documentation

const unsigned int itk::fem::Element2DC0LinearTriangular::Nip[6] [static]

Array that holds number of integration point for each order of numerical integration.

Definition at line 114 of file itkFEMElement2DC0LinearTriangular.h.

Constants for integration rules.

Definition at line 108 of file itkFEMElement2DC0LinearTriangular.h.


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