20#ifndef OPM_GRIDMANAGER_HEADER_INCLUDED
21#define OPM_GRIDMANAGER_HEADER_INCLUDED
51 bool edge_conformal =
false);
59 const std::vector<double>& poreVolumes,
74 double dx,
double dy,
double dz);
79 explicit GridManager(
const std::string& input_filename);
96 void initFromEclipseGrid(
const EclipseGrid& inputGrid,
97 const std::vector<double>& poreVolumes,
GridManager(int nx, int ny)
Construct a 2d cartesian grid with cells of unit size.
Definition GridManager.cpp:58
const UnstructuredGrid * c_grid() const
Access the managed UnstructuredGrid.
Definition GridManager.cpp:124
~GridManager()
Destructor.
Definition GridManager.cpp:113
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:101
Raw corner-point specification of a particular geological model.
Definition preprocess.h:56