Data structure defining a cut on an element edge. More...
#include <GeometricCutUserObject.h>
Public Attributes | |
unsigned int | _id1 |
ID of the first node on the edge. More... | |
unsigned int | _id2 |
ID of the second node on the edge. More... | |
Real | _distance |
Fractional distance along the edge (from node 1 to 2) where the cut is located. More... | |
unsigned int | _host_side_id |
Local ID of this side in the host element. More... | |
Data structure defining a cut on an element edge.
Definition at line 26 of file GeometricCutUserObject.h.
Real Xfem::CutEdge::_distance |
Fractional distance along the edge (from node 1 to 2) where the cut is located.
Definition at line 33 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), LevelSetCutUserObject::cutElementByGeometry(), and GeometricCut2DUserObject::cutFragmentByGeometry().
unsigned int Xfem::CutEdge::_host_side_id |
Local ID of this side in the host element.
Definition at line 35 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), LevelSetCutUserObject::cutElementByGeometry(), and GeometricCut2DUserObject::cutFragmentByGeometry().
unsigned int Xfem::CutEdge::_id1 |
ID of the first node on the edge.
Definition at line 29 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), LevelSetCutUserObject::cutElementByGeometry(), GeometricCut2DUserObject::cutFragmentByGeometry(), MeshCut3DUserObject::findBoundaryEdges(), and Xfem::operator<().
unsigned int Xfem::CutEdge::_id2 |
ID of the second node on the edge.
Definition at line 31 of file GeometricCutUserObject.h.
Referenced by GeometricCut2DUserObject::cutElementByGeometry(), LevelSetCutUserObject::cutElementByGeometry(), GeometricCut2DUserObject::cutFragmentByGeometry(), MeshCut3DUserObject::findBoundaryEdges(), and Xfem::operator<().