![]() |
Xfem
The Xfem Plugin
|
Type storing data for an edge incident to a node 'n'. More...
Public Member Functions | |
| SplitEdgeData (int srcNode) | |
Public Attributes | |
| int | _srcNode |
| The other node of the edge, different from 'n'. | |
| int | _inElementIndex |
| The element in the incoming side (_srcNode to 'n') in the element orientation. -1 if nonexistant. Value is an index in SplitNodeData._elements. | |
| int | _outElementIndex |
| The element in the outgoing side ('n' to _srcNode) in the element orientation. -1 if nonexistant. Value is an index in SplitNodeData._elements. | |
| int | _fractureIndex |
| If this edge is a fracture edge, stores the index in SplitNodeData._fractures of the fracture. -1 if not a fracture. | |
Type storing data for an edge incident to a node 'n'.