Merge pull request #5545 from akva2/try_fix_alugrid_full_param

restore all flags for alugrid test
This commit is contained in:
Bård Skaflestad 2024-08-20 11:57:30 +02:00 committed by GitHub
commit ac1cbd8987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1495,6 +1495,12 @@ if(dune-alugrid_FOUND AND BUILD_FLOW_ALU_GRID)
SIMULATOR flow_blackoil_alugrid
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol}
DIR spe1)
DIR spe1
TEST_ARGS --linear-solver=ilu0
--tolerance-mb=1e-6
--min-strict-cnv-iter=0
--local-well-solve-control-switching=false
--use-implicit-ipr=false
--enable-drift-compensation=true)
endif()