opm-simulators/opm/core/wells
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
..
InjectionSpecification.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
InjectionSpecification.hpp Renamed newwells.h -> wells.h. 2013-03-18 10:33:34 +01:00
ProductionSpecification.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
ProductionSpecification.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
well_controls.c Fix complaint about initial declaration in foor loop. 2015-09-03 14:03:25 +02:00
WellCollection.cpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
WellCollection.hpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
wells.c Fix complaint about initial declaration in foor loop. 2015-09-03 14:03:25 +02:00
WellsGroup.cpp Fixed several compiler warnings 2015-08-19 13:12:14 +02:00
WellsGroup.hpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
WellsManager_impl.hpp [bugfix] Account for shut completions when checking well in a parallel run. 2015-09-07 16:55:08 +02:00
WellsManager.cpp Fixed several compiler warnings 2015-08-19 13:12:14 +02:00
WellsManager.hpp [bugfix,parallel] Deactivate non-existing wells in manager. 2015-05-26 21:01:16 +02:00