From 67d703542b8180dbaad9f03cd2f9debc68e3970c Mon Sep 17 00:00:00 2001 From: Elyes Ahmed Date: Mon, 30 Sep 2024 11:38:04 +0200 Subject: [PATCH] cleaning testing for alugrid --- regressionTests.cmake | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/regressionTests.cmake b/regressionTests.cmake index dbe4b1396..b445590f8 100644 --- a/regressionTests.cmake +++ b/regressionTests.cmake @@ -1492,7 +1492,7 @@ if(BUILD_FLOW_POLY_GRID) FILENAME SPE1CASE2 SIMULATOR flow_blackoil_polyhedralgrid ABS_TOL ${abs_tol} - REL_TOL ${coarse_rel_tol} + REL_TOL ${rel_tol} DIR spe1) endif() @@ -1502,13 +1502,7 @@ if(dune-alugrid_FOUND AND BUILD_FLOW_ALU_GRID) SIMULATOR flow_blackoil_alugrid ABS_TOL ${abs_tol} REL_TOL ${coarse_rel_tol} - DIR spe1 - TEST_ARGS --linear-solver=ilu0 - --tolerance-mb=1e-6 - --min-strict-cnv-iter=0 - --local-well-solve-control-switching=false - --use-implicit-ipr=false - --enable-drift-compensation=true) + DIR spe1) endif() if(BUILD_FLOW_FLOAT_VARIANTS)