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

itk::fem::LoadBCMFC::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::LoadBCMFC::MFCTerm:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

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

See also:
LoadBCMFC

Definition at line 62 of file itkFEMLoadBCMFC.h.


Constructor & Destructor Documentation

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

Constructor for easy object creation.

Definition at line 84 of file itkFEMLoadBCMFC.h.


Member Data Documentation

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

DOF number within the Element object

Definition at line 74 of file itkFEMLoadBCMFC.h.

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

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

Definition at line 69 of file itkFEMLoadBCMFC.h.

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

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

Definition at line 79 of file itkFEMLoadBCMFC.h.


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

Generated at Tue Sep 15 15:20:27 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000