From e43d5e1f92c52faec805042064244049411e54e9 Mon Sep 17 00:00:00 2001
From: Mathis Kelm <mathis.kelm@iws.uni-stuttgart.de>
Date: Fri, 16 Apr 2021 11:35:12 +0200
Subject: [PATCH] Changed parameters for linear solver to reduce iterations

---
 test/freeflow/navierstokes/kovasznay/params.input | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/freeflow/navierstokes/kovasznay/params.input b/test/freeflow/navierstokes/kovasznay/params.input
index 52c4a9dc4e..cc2040813f 100644
--- a/test/freeflow/navierstokes/kovasznay/params.input
+++ b/test/freeflow/navierstokes/kovasznay/params.input
@@ -17,6 +17,10 @@ LiquidKinematicViscosity = 0.025
 MaxSteps = 10
 MaxRelativeShift = 1e-5
 
+[LinearSolver]
+ResidualReduction = 1e-5
+Preconditioner.Iterations = 3
+
 [Vtk]
 WriteFaceData = false
 
-- 
GitLab