20#ifndef OPM_GRIDUTILITIES_HEADER_INCLUDED
21#define OPM_GRIDUTILITIES_HEADER_INCLUDED
24#include <opm/grid/utility/SparseTable.hpp>
Main OPM-Core grid data structure along with helper functions for construction, destruction and readi...
A SparseTable stores a table with rows of varying size as efficiently as possible.
Definition SparseTable.hpp:55
Holds the implementation of the CpGrid as a pimple.
Definition CellQuadrature.cpp:68
void orderCounterClockwise(const UnstructuredGrid &grid, SparseTable< int > &nb)
For each cell, order the (cell) neighbours counterclockwise.
Definition GridUtilities.cpp:104
SparseTable< int > cellNeighboursAcrossVertices(const UnstructuredGrid &grid)
For each cell, find indices of all other cells sharing a vertex with it.
Definition GridUtilities.cpp:44