mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
added: allow 15 iterations in spe3 test
this is necessary due to slight differences between dune 2.4 and dune 2.5
This commit is contained in:
parent
55ca4c9dbe
commit
0cf7080284
@ -141,7 +141,8 @@ foreach(SIM flow flow_ebos flow_legacy)
|
||||
FILENAME SPE3CASE1
|
||||
SIMULATOR ${SIM}
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol})
|
||||
REL_TOL ${rel_tol}
|
||||
TEST_ARGS max_iter=15)
|
||||
endforeach()
|
||||
|
||||
foreach(SIM flow flow_ebos flow_legacy)
|
||||
|
Loading…
Reference in New Issue
Block a user