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:
Arne Morten Kvarving 2017-10-05 11:05:14 +02:00
parent 55ca4c9dbe
commit 0cf7080284

View File

@ -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)