20#ifndef OPM_GRIDMANAGER_HEADER_INCLUDED
21#define OPM_GRIDMANAGER_HEADER_INCLUDED
58 const std::vector<double>& poreVolumes);
72 double dx,
double dy,
double dz);
77 explicit GridManager(
const std::string& input_filename);
94 void initFromEclipseGrid(
const EclipseGrid& inputGrid,
95 const std::vector<double>& poreVolumes);
This class manages an Opm::UnstructuredGrid in the sense that it encapsulates creation and destructio...
Definition GridManager.hpp:45
const UnstructuredGrid * c_grid() const
Access the managed UnstructuredGrid.
Definition GridManager.cpp:126
~GridManager()
Destructor.
Definition GridManager.cpp:115
Holds the implementation of the CpGrid as a pimple.
Definition CellQuadrature.cpp:68
Data structure for an unstructured grid, unstructured meaning that any cell may have an arbitrary num...
Definition UnstructuredGrid.h:99
Raw corner-point specification of a particular geological model.
Definition preprocess.h:56