diff --git a/opm/core/linalg/ParallelIstlInformation.hpp b/opm/core/linalg/ParallelIstlInformation.hpp index 0aad8a1a..0e6007bb 100644 --- a/opm/core/linalg/ParallelIstlInformation.hpp +++ b/opm/core/linalg/ParallelIstlInformation.hpp @@ -250,6 +250,7 @@ private: { auto& val=std::get(values); val = std::get(operators).localOperator()(val, std::get(receivedValues)); + computeGlobalReduction(receivedValues, operators, values); } /// \brief TMP for computing the the local reduction on the DOF that the process owns. ///