opm-simulators/opm/simulators
Markus Blatt 1d94357558 Refactored how well information is exported after load balancing.
Previously, we exported an unordered map containing all names of
wells that are not present in the local part of the grid.

As we envision to have wells that are distributed across multiple
processors, this information does not seem to be enough. We need
to be able to set up communication for each well. To do this we need
to find out who handles perforations of each well.

We now export a full list of well name together with a boolean
indicating whether it perforates local cells (vector of pair of string
and bool).
2020-09-22 20:04:01 +02:00
..
aquifers changed: remove GET_PROP_VALUE macro usage 2020-08-27 13:01:51 +02:00
flow Add #include <opm/common/Exceptions.hpp> 2020-09-21 19:25:52 +02:00
linalg Remove unused #include of exceptions 2020-09-21 11:12:15 +02:00
timestepping Add #include <opm/common/Exceptions.hpp> 2020-09-21 19:25:52 +02:00
utils Chase Group/Node Summary API Update 2020-09-20 22:26:07 +02:00
wells Refactored how well information is exported after load balancing. 2020-09-22 20:04:01 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00