mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding --tolerance-cnv-relaxed for H2STORE regression
so that the solution is converged and results in more stable regression checking.
This commit is contained in:
parent
db62d4f914
commit
e4225df6b7
@ -689,35 +689,40 @@ add_test_compareECLFiles(CASENAME h2store
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
DIR h2store
|
||||
TEST_ARGS --tolerance-cnv-relaxed=0.01)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_gw
|
||||
FILENAME H2STORE_GW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
DIR h2store
|
||||
TEST_ARGS --tolerance-cnv-relaxed=0.01)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_gaswat
|
||||
FILENAME H2STORE_GASWAT
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
DIR h2store
|
||||
TEST_ARGS --tolerance-cnv-relaxed=0.01)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_diffusive
|
||||
FILENAME H2STORE_DIFFUSIVE
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
DIR h2store
|
||||
TEST_ARGS --tolerance-cnv-relaxed=0.01)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_energy
|
||||
FILENAME H2STORE_ENERGY
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
DIR h2store
|
||||
TEST_ARGS --tolerance-cnv-relaxed=0.01)
|
||||
|
||||
if (opm-common_EMBEDDED_PYTHON)
|
||||
add_test_compareECLFiles(CASENAME udq_pyaction
|
||||
|
Loading…
Reference in New Issue
Block a user