From 4982dcef54adff0876496e1475b5322b6d98bf8c Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Wed, 29 Apr 2020 16:18:38 +0000
Subject: [PATCH] Merge branch
 'fix/test_stokes2c_maxwellstefan-increase-robustness' into 'master'

[test][ff][ms] Use constant time step size

See merge request dumux-repositories/dumux!2097

(cherry picked from commit b3b8ceb0e49a7ced8fca1e69604a9420e1b4453a)

3c326917 [test][ff][ms] Use constant time step size
---
 test/freeflow/navierstokesnc/maxwellstefan/params.input | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/test/freeflow/navierstokesnc/maxwellstefan/params.input b/test/freeflow/navierstokesnc/maxwellstefan/params.input
index 10e89416e4..df14316f64 100644
--- a/test/freeflow/navierstokesnc/maxwellstefan/params.input
+++ b/test/freeflow/navierstokesnc/maxwellstefan/params.input
@@ -1,7 +1,7 @@
 [TimeLoop]
-DtInitial = 1 # [s]
+DtInitial = 1e5 # [s]
 TEnd = 70000 # [s]
-MaxTimeStepSize = 1e6
+MaxTimeStepSize = 1e5
 
 [Grid]
 UpperRight = 1 1
@@ -15,10 +15,6 @@ EnableInertiaTerms = false
 [Assembly]
 NumericDifference.BaseEpsilon = 1e-8
 
-[Newton]
-MaxSteps = 10
-MaxRelativeShift = 1e-8
-
 [Vtk]
 WriteFaceData = false
 AddVelocity = false
-- 
GitLab