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

itk::fem::LoadBCMFC::MFCTerm Class Reference

Class that holds information about one term in MFC constraint equation. More...

#include <itkFEMLoadBCMFC.h>

Collaboration diagram for itk::fem::LoadBCMFC::MFCTerm:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MFCTerm (Element::ConstPointer element_, int dof_, Element::Float value_)

Public Attributes

Element::ConstPointer m_element
unsigned int dof
Element::Float value

Detailed Description

Class that holds information about one term in MFC constraint equation.

See also:
LoadBCMFC

Definition at line 65 of file itkFEMLoadBCMFC.h.


Constructor & Destructor Documentation

itk::fem::LoadBCMFC::MFCTerm::MFCTerm Element::ConstPointer  element_,
int  dof_,
Element::Float  value_
[inline]
 

Constructor for easy object creation.

Definition at line 86 of file itkFEMLoadBCMFC.h.


Member Data Documentation

unsigned int itk::fem::LoadBCMFC::MFCTerm::dof
 

DOF number within the Element object

Definition at line 76 of file itkFEMLoadBCMFC.h.

Element::ConstPointer itk::fem::LoadBCMFC::MFCTerm::m_element
 

Pointer to element, which holds the DOF that is affected by MFC

Definition at line 71 of file itkFEMLoadBCMFC.h.

Element::Float itk::fem::LoadBCMFC::MFCTerm::value
 

Value with which this displacement is multiplied on the lhs of MFC equation

Definition at line 81 of file itkFEMLoadBCMFC.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:58:14 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000