Data structure defining a cut through a node. More...
#include <GeometricCutUserObject.h>
Public Attributes | |
unsigned int | _id |
ID of the cut node. More... | |
unsigned int | _host_id |
Local ID of this node in the host element. More... | |
Data structure defining a cut through a node.
Definition at line 55 of file GeometricCutUserObject.h.
unsigned int Xfem::CutNode::_host_id |
Local ID of this node in the host element.
Definition at line 60 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry().
unsigned int Xfem::CutNode::_id |
ID of the cut node.
Definition at line 58 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry().