opm-simulators/opm/core
Markus Blatt 4fc36e58fb [bugfix] Account for shut completions when checking well in a parallel run.
Previously well with just some shut completions errorneously triggered an
exception in parallel runs. This is fixed with this commit.

Due to the logic shut completions will always be marked as existing
on a process. (Initially all completions are marked as found. For
each open completion we check whether the cartesian index belongs to
the local grid. If that is not the case we mark it as not found).
Therefore we now check whether the found number of completions
is either the number of shut completions or the number of all completions.
In the former case the well is not stored on this process, and in the latter
case it is. In other cases we throw an exception.
2015-09-07 16:55:08 +02:00
..
flowdiagnostics Suppress warnings. 2015-08-10 16:07:45 +02:00
linalg Suppress warnings. 2015-08-10 16:07:45 +02:00
pressure Fixed several compiler warnings 2015-08-19 13:12:14 +02:00
props Fixed several warnings 2015-09-03 15:17:10 +02:00
simulator Fixed several warnings 2015-09-03 15:17:10 +02:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
wells [bugfix] Account for shut completions when checking well in a parallel run. 2015-09-07 16:55:08 +02:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Initial integration of VFP 2015-08-19 13:10:48 +02:00