adding --relaxed-max-pv-fraction=0 to numerical aquifer tests

This commit is contained in:
Kai Bao 2021-03-04 22:37:32 +01:00
parent d76251818f
commit 923f0ac0e0

View File

@ -289,7 +289,7 @@ add_test_compareECLFiles(CASENAME numerical_aquifer_3d_2aqu
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR aquifer-num
TEST_ARGS --enable-tuning=true)
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
add_test_compareECLFiles(CASENAME numerical_aquifer_3d_1aqu
FILENAME 3D_1AQU_3CELLS
@ -297,7 +297,7 @@ add_test_compareECLFiles(CASENAME numerical_aquifer_3d_1aqu
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR aquifer-num
TEST_ARGS --enable-tuning=true)
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
add_test_compareECLFiles(CASENAME spe3
FILENAME SPE3CASE1
@ -1014,7 +1014,7 @@ if(MPI_FOUND)
ABS_TOL ${abs_tol_parallel}
REL_TOL ${rel_tol_parallel}
DIR aquifer-num
TEST_ARGS --enable-tuning=true)
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
add_test_compare_parallel_simulation(CASENAME numerical_aquifer_3d_1aqu
FILENAME 3D_1AQU_3CELLS
@ -1022,5 +1022,5 @@ if(MPI_FOUND)
ABS_TOL ${abs_tol_parallel}
REL_TOL ${rel_tol_parallel}
DIR aquifer-num
TEST_ARGS --enable-tuning=true)
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
endif()