mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
parent
c9b34a2f68
commit
317a54c8d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user