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