From 282b67a96ccdde098a09bd11bcd8f7a43e11e610 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 22 Mar 2017 18:58:58 +0100 Subject: [PATCH] Merge branch 'fix/co2restart' into 'master' [tests][co2] Correct restart time See merge request !428 --- test/porousmediumflow/co2/implicit/test_restartco2.input | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/porousmediumflow/co2/implicit/test_restartco2.input b/test/porousmediumflow/co2/implicit/test_restartco2.input index 700c77fb88..a3ed4c90cc 100644 --- a/test/porousmediumflow/co2/implicit/test_restartco2.input +++ b/test/porousmediumflow/co2/implicit/test_restartco2.input @@ -1,5 +1,5 @@ [TimeManager] -DtInitial = 23452.1# [s] +DtInitial = 33223.9# [s] TEnd = 1e6# [s] [Grid] @@ -26,4 +26,4 @@ AddVelocity = FALSE ResidualReduction = 1e-10 [TimeManager] -Restart = 42008.6 +Restart = 65460.8 -- GitLab