void extractColumn(const UnstructuredGrid &grid, std::vector< std::vector< int > > &columns)
Extract each column of the grid.
Definition: ColumnExtract.cpp:71
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.cpp:71
Data structure for an unstructured grid, unstructured meaning that any cell may have an arbitrary num...
Definition: UnstructuredGrid.h:100