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 57 of file GeometricCutUserObject.h.
| unsigned int Xfem::CutNode::_host_id |
Local ID of this node in the host element.
Definition at line 62 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), InterfaceMeshCut2DUserObject::cutElementByGeometry(), and MeshCut2DUserObjectBase::cutElementByGeometry().
| unsigned int Xfem::CutNode::_id |
ID of the cut node.
Definition at line 60 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), InterfaceMeshCut2DUserObject::cutElementByGeometry(), and MeshCut2DUserObjectBase::cutElementByGeometry().
1.8.14