opm-simulators/opm/core
Markus Blatt 012edac7ce 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
linalg Fixed warnings 2016-09-06 07:50:02 +02:00
pressure Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
props fix incorrect derivative of rock compressibility w.r.t. pressure 2016-07-19 18:19:30 +02:00
simulator transmult and initconfig are ref's, use ref for EclipseState constructor 2016-08-08 10:02:53 +02:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility Fix to handle cases without DISGAS and VAPOIL 2016-06-07 08:18:09 +02:00
wells Use provided set of deactivated wells in parallel. 2016-09-13 10:55:15 +02: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