ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadBCMFC.h>
Public Member Functions | |
MFCTerm (Element::ConstPointer element_, int dof_, Element::Float value_) | |
Public Attributes | |
unsigned int | dof |
Element::ConstPointer | m_element |
Element::Float | value |
Class that holds information about one term in MFC constraint equation.
Definition at line 80 of file itkFEMLoadBCMFC.h.
itk::fem::LoadBCMFC::MFCTerm::MFCTerm | ( | Element::ConstPointer | element_, |
int | dof_, | ||
Element::Float | value_ | ||
) | [inline] |
Constructor for easy object creation.
Definition at line 102 of file itkFEMLoadBCMFC.h.
unsigned int itk::fem::LoadBCMFC::MFCTerm::dof |
DOF number within the Element object
Definition at line 92 of file itkFEMLoadBCMFC.h.
Pointer to element, which holds the DOF that is affected by MFC
Definition at line 87 of file itkFEMLoadBCMFC.h.
Value with which this displacement is multiplied on the lhs of MFC equation
Definition at line 97 of file itkFEMLoadBCMFC.h.