Commit Graph

2 Commits

Author SHA1 Message Date
Andreas Lauser
99a59c021f ebos: introduce a mapper from compressed to cartesian cell indices of the EQUIL grid
this is because the nice opm-core code which does the equil
initialization cannot cope with parallel grids and thus needs to get
a special treatment.
2016-01-17 21:15:18 +01:00
Andreas Lauser
242a500f52 ebos: replace the macro mess to select the grid type by specialized grid manager classes
i.e., there is now a base class for the EclGridManagers and one class
for each type of grid (Dune::ALUGrid, Dune::PolyhedralGrid and
Dune::CpGrid). Selecting the concrete grid type is now done by
deriving the EclProblem's type tag from the type tag of the respective
grid manager.
2016-01-05 19:32:36 +01:00