From d58459aed1d512a009df44497cbc73c2abcbb2bc Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Wed, 28 Feb 2024 14:49:13 +0100 Subject: [PATCH] an attempt to reduce the running time of co2_ptflash_ecfv_validation --- tests/problems/co2ptflashproblemvalidation.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/problems/co2ptflashproblemvalidation.hh b/tests/problems/co2ptflashproblemvalidation.hh index 49c7e688d..44103b428 100644 --- a/tests/problems/co2ptflashproblemvalidation.hh +++ b/tests/problems/co2ptflashproblemvalidation.hh @@ -166,14 +166,14 @@ struct EndTime { template struct EpisodeLength { using type = GetPropType; - static constexpr type value = 21600.0; + static constexpr type value = 2*21600.0; }; // convergence control template struct InitialTimeStepSize { using type = GetPropType; - static constexpr type value = 21600.0; + static constexpr type value = 2*21600.0; }; template