mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
detail::getConvergence computes a lot more than we actually need. We only need the average over B and the maximum of the well residual. Therefore we now compute these quantities in getWellConvergence and do the global reductions manually.