From 317a54c8d63a713e73e03cb4ed0e85a32e73d46e Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 17 Dec 2024 15:28:44 +0100 Subject: [PATCH] Relaxed tolerances for parallel test of 3_A_MPI_MULTFLT_SCHED_MOD2 This seems to be needed for the new partitioning with cells of a well merged to one vertex. --- parallelTests.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parallelTests.cmake b/parallelTests.cmake index 422666957..0c85acc71 100644 --- a/parallelTests.cmake +++ b/parallelTests.cmake @@ -233,8 +233,8 @@ add_test_compare_parallel_simulation(CASENAME 3_a_mpi_multflt_mod2 SIMULATOR flow ABS_TOL ${abs_tol_parallel} REL_TOL 1.0e-3 - DIR model2 - TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --newton-max-iterations=30 --enable-drift-compensation=false) + DIR model2 + TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=1.0e-3 --tolerance-mb=1e-8 --tolerance-mb-relaxed=1.0e-8 --newton-max-iterations=30) add_test_compare_parallel_simulation(CASENAME rxft FILENAME TEST_RXFT