mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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
|
FILENAME SPE3CASE1
|
||||||
SIMULATOR ${SIM}
|
SIMULATOR ${SIM}
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol})
|
REL_TOL ${rel_tol}
|
||||||
|
TEST_ARGS max_iter=15)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
foreach(SIM flow flow_ebos flow_legacy)
|
foreach(SIM flow flow_ebos flow_legacy)
|
||||||
|
Loading…
Reference in New Issue
Block a user