cleaning testing for alugrid

This commit is contained in:
Elyes Ahmed 2024-09-30 11:38:04 +02:00
parent 265c7b8520
commit 67d703542b

View File

@ -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)