opm-simulators/opm/core/wells
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
..
DynamicListEconLimited.hpp adding default constructor for DynamicListEconLimited 2016-07-04 16:21:55 +02:00
InjectionSpecification.cpp Using OPM_THROW to log messages, fixed Copyright headers 2016-06-20 17:20:33 +02:00
InjectionSpecification.hpp make toString() method as static. 2016-05-24 09:07:28 +08:00
ProductionSpecification.cpp Using OPM_THROW to log messages, fixed Copyright headers 2016-06-20 17:20:33 +02:00
ProductionSpecification.hpp make toString() method as static. 2016-05-24 09:07:28 +08:00
well_controls.c Fix complaint about initial declaration in foor loop. 2015-09-03 14:03:25 +02:00
WellCollection.cpp WellPtr and GroupPtr deprecated 2016-06-16 09:33:43 +02:00
WellCollection.hpp WellPtr and GroupPtr deprecated 2016-06-16 09:33:43 +02:00
wells.c removing some commented lines. 2016-06-30 15:17:13 +02:00
WellsGroup.cpp WellPtr and GroupPtr deprecated 2016-06-16 09:33:43 +02:00
WellsGroup.hpp WellPtr and GroupPtr deprecated 2016-06-16 09:33:43 +02:00
WellsManager_impl.hpp Use provided set of deactivated wells in parallel. 2016-09-13 10:55:15 +02:00
WellsManager.cpp Use provided set of deactivated wells in parallel. 2016-09-13 10:55:15 +02:00
WellsManager.hpp Use provided set of deactivated wells in parallel. 2016-09-13 10:55:15 +02:00