From 2e1593c21899cfa23c2028506e1bde6c67125046 Mon Sep 17 00:00:00 2001 From: Norbert Grunwald <norbert.grunwald@ufz.de> Date: Fri, 8 Oct 2021 10:54:24 +0200 Subject: [PATCH] [T/2PhasePP] Changed temporal resolution of McWorther test Also changed the convergence criterion and the maximum number of non-linaer iterations --- .../TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Tests/Data/Parabolic/TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj b/Tests/Data/Parabolic/TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj index 64a453965ce..500247c2e12 100644 --- a/Tests/Data/Parabolic/TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj +++ b/Tests/Data/Parabolic/TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj @@ -143,9 +143,10 @@ <process ref="GW23"> <nonlinear_solver>basic_newton</nonlinear_solver> <convergence_criterion> - <type>DeltaX</type> + <type>PerComponentDeltaX</type> <norm_type>NORM2</norm_type> - <abstol>1.e-6</abstol> + <abstols>1e-05 1e-05</abstols> + <reltols>1e-08 1e-08</reltols> </convergence_criterion> <time_discretization> <type>BackwardEuler</type> @@ -165,19 +166,19 @@ </pair> <pair> <repeat>100</repeat> - <delta_t>1</delta_t> + <delta_t>0.5</delta_t> </pair> <pair> <repeat>100</repeat> - <delta_t>2</delta_t> + <delta_t>1</delta_t> </pair> <pair> <repeat>100</repeat> - <delta_t>5</delta_t> + <delta_t>2</delta_t> </pair> <pair> <repeat>100</repeat> - <delta_t>10</delta_t> + <delta_t>5</delta_t> </pair> </timesteps> </time_stepping> -- GitLab