|
GEOS
|
Super-cell metadata for constrained partitioning. More...
#include <VTKSuperCellPartitioning.hpp>
Public Attributes | |
| stdMap< vtkIdType, stdVector< vtkIdType > > | superCellToOriginalCells |
| SuperCellId to global cell IDs. | |
| stdMap< vtkIdType, vtkIdType > | vertexWeights |
| SuperCellId to vertex weight. | |
| std::set< vtkIdType > | atomicSuperCells |
| SuperCellIds containing multiple cells. | |
Super-cell metadata for constrained partitioning.
Groups cells that must remain co-located (e.g., fracture-connected cells).
Definition at line 50 of file VTKSuperCellPartitioning.hpp.