mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 12:06:54 -06:00
41843f2667
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. |
||
---|---|---|
.. | ||
core/props | ||
simulators |