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

itk::fem::LoadEdge Class Reference

A generic load that can be applied to an edge of the element. More...

#include <itkFEMLoadEdge.h>

Inheritance diagram for itk::fem::LoadEdge:

Inheritance graph
[legend]
Collaboration diagram for itk::fem::LoadEdge:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LoadEdge Self
typedef LoadElement Superclass
typedef SelfPointer
typedef const SelfConstPointer

Public Member Functions

virtual Baseclass::Pointer Clone () const
virtual int ClassID () const
virtual void Read (std::istream &f, void *info)
virtual void Write (std::ostream &f) const

Static Public Member Functions

Self::Pointer New ()

Public Attributes

int m_Edge
vnl_matrix< Floatm_Force

Static Public Attributes

const int CLID

Detailed Description

A generic load that can be applied to an edge of the element.

Can also be used to apply natural (Neumann) boundary condition on the edge of the element. In this case m_Edge defines the edge or surfance of the element on which the BC exists and matrix m_Force holds the actual prescribed values of the BC.

Definition at line 39 of file itkFEMLoadEdge.h.


Member Typedef Documentation

typedef const Self* itk::fem::LoadEdge::ConstPointer
 

Const pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

typedef Self* itk::fem::LoadEdge::Pointer
 

Pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

typedef LoadEdge itk::fem::LoadEdge::Self
 

Standard Self typedef.

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

typedef LoadElement itk::fem::LoadEdge::Superclass
 

Standard Superclass typedef.

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.


Member Function Documentation

virtual int itk::fem::LoadEdge::ClassID  )  const [inline, virtual]
 

Virtual function to access the class ID

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

virtual Baseclass::Pointer itk::fem::LoadEdge::Clone  )  const [virtual]
 

Create a new object from the existing one

Reimplemented from itk::fem::LoadElement.

Self::Pointer itk::fem::LoadEdge::New void   )  [inline, static]
 

Object creation in an itk compatible way

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

virtual void itk::fem::LoadEdge::Read std::istream &  f,
void *  info
[virtual]
 

Read a Load object from input stream. We need arrays of elements and nodes to do that.

Reimplemented from itk::fem::LoadElement.

virtual void itk::fem::LoadEdge::Write std::ostream &  f  )  const [virtual]
 

Write a Load object to the output stream

Reimplemented from itk::fem::LoadElement.


Member Data Documentation

const int itk::fem::LoadEdge::CLID [static]
 

Class ID for FEM object factory

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadEdge.h.

int itk::fem::LoadEdge::m_Edge
 

Local number of the edge (face) of the element on which the load acts. Check the corresponding element class for more info on edge numbering. Definition at line 60 of file itkFEMLoadEdge.h.

vnl_matrix<Float> itk::fem::LoadEdge::m_Force
 

An edge force matrix. This matrix specifies nodal forces on all nodes within the edge or face on which the load acts. Each nodal force is decomposed into several components (check the documentation inside the element class). In case of 2D elements this components are normal (1st component) and tangential (2nd component) force acting on the edge of the element. A positive normal load acts in a direction INTO the element. A positive tangential load acts in an ANTICLOCKWISE direction with respect to the loaded elemenet. Each nodal force is stored in a column of the matrix. The number of columns in the Force matrix must correspond to the number of nodes that define the edge (face...). The force is interpolated over the entire edge (face) by using the shape functions of the element. Again check the documentation of the element class to which the force is applied. Definition at line 78 of file itkFEMLoadEdge.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:22:09 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000