Merge pull request #737 from atgeirr/sequential

Experimental sequential solvers
This commit is contained in:
Atgeirr Flø Rasmussen
2016-06-27 11:38:13 +02:00
committed by GitHub
9 changed files with 1613 additions and 0 deletions

View File

@@ -148,5 +148,6 @@ if (HAVE_OPM_DATA)
set_tests_properties(compare_restart_files PROPERTIES DEPENDS flow_SPE1CASE2_restart) # Compares the restart files from tests flow_SPE1CASE2_restart and flow_SPE1CASE2
add_test( NAME flow_sequential_SPE1 COMMAND flow_sequential ${OPM_DATA_ROOT}/spe1/SPE1CASE1.DATA )
endif()