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

itk::fem::MFCTerm Class Reference

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

#include <itkFEMLoadBCMFC.h>

List of all members.

Public Methods

 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::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::MFCTerm::dof
 

DOF number within the Element object

Definition at line 76 of file itkFEMLoadBCMFC.h.

Element::ConstPointer itk::fem::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::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 Fri May 21 01:51:45 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000