Class that holds information about one term in MFC constraint equation. More...
#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 62 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 84 of file itkFEMLoadBCMFC.h.
unsigned int itk::fem::LoadBCMFC::MFCTerm::dof |
DOF number within the Element object
Definition at line 74 of file itkFEMLoadBCMFC.h.
Pointer to element, which holds the DOF that is affected by MFC
Definition at line 69 of file itkFEMLoadBCMFC.h.
Value with which this displacement is multiplied on the lhs of MFC equation
Definition at line 79 of file itkFEMLoadBCMFC.h.