20 #ifndef OPM_GRIDUTILITIES_HEADER_INCLUDED 21 #define OPM_GRIDUTILITIES_HEADER_INCLUDED 24 #include <opm/grid/utility/SparseTable.hpp> 38 SparseTable<int>& nb);
42 #endif // OPM_GRIDUTILITIES_HEADER_INCLUDED Main OPM-Core grid data structure along with helper functions for construction, destruction and readi...
SparseTable< int > cellNeighboursAcrossVertices(const UnstructuredGrid &grid)
For each cell, find indices of all other cells sharing a vertex with it.
Definition: GridUtilities.cpp:37
Holds the implementation of the CpGrid as a pimple.
Definition: CellQuadrature.cpp:71
void orderCounterClockwise(const UnstructuredGrid &grid, SparseTable< int > &nb)
For each cell, order the (cell) neighbours counterclockwise.
Definition: GridUtilities.cpp:97
Data structure for an unstructured grid, unstructured meaning that any cell may have an arbitrary num...
Definition: UnstructuredGrid.h:100