diff --git a/opm/simulators/linalg/FlowLinearSolverParameters.hpp b/opm/simulators/linalg/FlowLinearSolverParameters.hpp index 37839fc90..b4d11e32e 100644 --- a/opm/simulators/linalg/FlowLinearSolverParameters.hpp +++ b/opm/simulators/linalg/FlowLinearSolverParameters.hpp @@ -180,11 +180,11 @@ struct ScaleLinearSystem { }; template struct CprReuseSetup { - static constexpr int value = 3; + static constexpr int value = 4; }; template struct CprReuseInterval { - static constexpr int value = 10; + static constexpr int value = 30; }; template struct LinearSolver {