ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadBCMFC.h>
Class that holds information about one term in MFC constraint equation.
Definition at line 80 of file 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 |
|
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.
Element::ConstPointer itk::fem::LoadBCMFC::MFCTerm::m_element |
Pointer to element, which holds the DOF that is affected by MFC
Definition at line 87 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 97 of file itkFEMLoadBCMFC.h.