opm-simulators/opm/core/utility
Markus Blatt d5f470cb68 Refactored parts needed for Blackoil in autodiff to get rid of UG dependency.
This patch refactors (hopefully) all parts of opm-core that are needed
by the fully implicite black oil solver in opm-autodiff and that inherently
relied on UnstructuredGrid.

We added a new simple grid interface consisting out of free functions
that will allow us to use CpGrid without copying it to an UnstructuredGrid
by the means of the GridAdapter. Using this interface we have add methods that
allow specifying the grid information (global_cell, cartdims, etc.) wherever
possible to prevent introducing grid parameters for the type of the grid.
Unfortunately this was not possible everywhere.
2014-02-17 13:23:01 +01:00
..
miscUtilities_impl.hpp Refactored parts needed for Blackoil in autodiff to get rid of UG dependency. 2014-02-17 13:23:01 +01:00
miscUtilities.cpp Refactored parts needed for Blackoil in autodiff to get rid of UG dependency. 2014-02-17 13:23:01 +01:00
miscUtilities.hpp Refactored parts needed for Blackoil in autodiff to get rid of UG dependency. 2014-02-17 13:23:01 +01:00
miscUtilitiesBlackoil.cpp Include <limits> for std::numeric_limits<> template 2013-12-03 15:52:07 +01:00
miscUtilitiesBlackoil.hpp Compute initial saturations from surface volumes 2013-11-28 15:56:17 +01:00