increasing abs_tol for parallel regression for 3D_2AQU case

to make jenkins pass.
This commit is contained in:
Kai Bao 2022-05-10 11:05:03 +02:00
parent 78bd95c593
commit ed1c65bb86

View File

@ -1479,7 +1479,7 @@ if(MPI_FOUND)
add_test_compare_parallel_simulation(CASENAME numerical_aquifer_3d_2aqu
FILENAME 3D_2AQU_NUM
SIMULATOR flow
ABS_TOL 0.12
ABS_TOL 0.17
REL_TOL ${coarse_rel_tol_parallel}
DIR aquifer-num
TEST_ARGS --tolerance-cnv=0.00003 --time-step-control=pid --linsolver=cpr)