opm-core/opm/core
Markus Blatt 17f93ce3bd Use provided set of deactivated wells in parallel.
Before this commit we tried to compute whether a well is represented on
the processor using the grid information. Due to the overlap region and
possible completion on deactivated cells of the global grid this is not
even possible. E.g. we cannot distinguish whether a completion is just
not represented on the domain of a process or the corresponding cell is
not active in the simulation.

With this commit we refactor to passing the well manager an explicit
list of name of wells that should be completely neglected. This information
can easily by computed after the loadbalancer has computed partitions.
2016-09-13 10:55:15 +02:00
..
flowdiagnostics use the error macros from opm-common 2015-10-08 11:42:15 +02:00
grid Merge pull request #1059 from joakim-hove/create-eclipsegrid 2016-09-07 11:11:10 +02:00
linalg Fixed warnings 2016-09-06 07:50:02 +02:00
pressure Rename HAVE_DUNE_CORNERPOINT -> HAVE_OPM_GRID. 2016-04-05 15:14:02 +02:00
props fix incorrect derivative of rock compressibility w.r.t. pressure 2016-07-19 18:19:30 +02:00
simulator Initial version for outputting cell data 2016-09-01 14:37:41 +02:00
transport use the error macros from opm-common 2015-10-08 11:42:15 +02:00
utility Fixed warnings 2016-09-06 07:50:02 +02:00
wells Use provided set of deactivated wells in parallel. 2016-09-13 10:55:15 +02:00
doxygen_main.hpp remove the EclipseGridParser class 2014-05-21 11:22:43 +02:00
grid.h UgGridHelpers::createEclipseGrid( ) 2016-09-07 10:56:29 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Avoid using bool in the c code 2015-10-07 12:49:05 +02:00