ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadBCMFC.h>
Class that holds information about one term in MFC constraint equation.
Definition at line 81 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 103 of file itkFEMLoadBCMFC.h.
unsigned int itk::fem::LoadBCMFC::MFCTerm::dof |
DOF number within the Element object
Definition at line 93 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 88 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 98 of file itkFEMLoadBCMFC.h.