opm-simulators/opm
Markus Blatt 41843f2667 Use consistent pvt region index for groups in parallel.
In serial we use the first cell of the first well to determine the
pvt region index for a group. Previously, we used the first cell of
the first local well in a parallel run. Unfortunately that may lead
to different pvt region indices being used for the same goup on
different processes.

We fix this by using the same approach in parallel as we already use
in serial. For this we use Well::seqIndex() to determine the needed
ordering.
2020-11-17 12:54:45 +01:00
..
core/props Remove Deck argument to RelpermDiagnostic 2020-03-13 08:54:30 +01:00
simulators Use consistent pvt region index for groups in parallel. 2020-11-17 12:54:45 +01:00