opm-simulators/tests
Arne Morten Kvarving e25caba8ed changed: refactor BDA well contributions
split in API specific classes for Cuda/OpenCL

this to
1) it's cleaner
2) it avoids pulling in openCL code in cuda classes which leads
to clashes between nvidia headers and opencl.hpp

there is still too much API specific things in interface between the
bda components to work through a virtual interface so we still have to cast
to the relevant implementation in various places.
2021-11-11 14:49:33 +01:00
..
include Adds a simple test case for gas lift. 2021-04-01 16:41:46 +02:00
not-unit Add exception handlers to all tutorials and examples 2013-09-05 12:28:04 +02:00
build-simulators.sh make sure working tree is clean before execution 2017-01-18 11:42:34 +01:00
capillary_overlap.DATA Update tests and provide some eclipse output. 2014-03-31 15:32:06 +02:00
capillary.DATA Make grid in deck have larger number of cells. 2015-10-01 15:20:08 +02:00
capillarySwatinit.DATA FIX swatinit test in test_equil 2017-03-22 10:20:59 +01:00
deadfluids.DATA Glue in support for the grid property modifier keywords 2014-06-11 13:48:49 +02:00
DuneIstlTestHelpers.hpp fixed: quell deprecation warnings with dune 2.7 2020-02-07 15:19:44 +01:00
equil_base.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_capillary_overlap.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_capillary_swatinit.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_capillary.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_deadfluids.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_livegas.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_liveoil_grid.DATA Add test data file for compute_initial_state.cpp. 2014-02-27 15:55:08 +01:00
equil_liveoil.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_pbvd_and_pdvd.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
equil_rsvd_and_rvvd.DATA equil test decks: make them feature one time step 2019-05-03 14:06:41 +02:00
GLIFT1.DATA Adds a simple test case for gas lift. 2021-04-01 16:41:46 +02:00
liveoil.DATA blackoil fluids test: add section markers to make EclipseState happy 2014-09-19 15:27:12 +02:00
matr33.txt Add flexible solver and preconditioner infrastructure. 2019-06-03 11:42:30 +02:00
matr33rep.txt Only add AMG preconditioners to factory if sensible. 2020-12-17 14:54:59 +01:00
MpiFixture.hpp Fixes test for WellStateFullyImplicitBlackoil 2020-12-07 15:40:51 +01:00
msw.data Add PORO to testdata 2019-11-29 11:38:00 +01:00
norne_pvt.data Add PORO to testdata 2019-11-29 11:38:00 +01:00
options_flexiblesolver_simple.json Add and use PreconditionerFactory class. 2019-06-05 15:12:52 +02:00
options_flexiblesolver.json Determine index of pressure from model used. 2021-06-10 16:19:18 +02:00
relpermDiagnostics.DATA test_RelpermDiagnostics: .DATA file correct, test throws exception for parser errors. 2018-01-17 09:50:21 +01:00
rhs3.txt Add flexible solver and preconditioner infrastructure. 2019-06-03 11:42:30 +02:00
rhs3rep.txt Only add AMG preconditioners to factory if sensible. 2020-12-17 14:54:59 +01:00
run-init-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-parallel-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-parallel-restart-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-parallel-unitTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-porv-acceptanceTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-restart-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-summary-restart-regressionTest.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
run-test.sh changed: use getopts in test drivers 2021-10-13 14:24:55 +02:00
satfuncEPS_B.DATA Updated to use ParseMode. 2015-08-06 15:56:51 +02:00
SUMMARY_DECK_NON_CONSTANT_POROSITY.DATA Add WELLDIMS to datafile of test_ecl_output. 2020-08-27 09:05:09 +02:00
test_ALQState.cpp Add class ALQState to manage the ALQ state in the WellState 2021-04-28 09:33:06 +02:00
test_blackoil_amg.cpp added: PropertyTree class 2021-06-09 15:21:52 +02:00
test_broadcast.cpp added: utility to broadcast multiple variables in one operation 2021-11-09 13:02:05 +01:00
test_convergencereport.cpp Remove cell_index from ReservoirFailure struct. 2018-11-13 10:19:15 +01:00
test_cusparseSolver.cpp changed: refactor BDA well contributions 2021-11-11 14:49:33 +01:00
test_deferredlogger.cpp fixing warnings in other folder under opm-simulators 2019-06-26 10:48:41 +02:00
test_ecl_output.cc Reinstate tests that were commented out due to EclWellManager issues. 2021-10-13 11:10:48 +02:00
test_equil.cc Stop using EclWellManager in test_equil.cc. 2021-10-13 10:50:33 +02:00
test_flexiblesolver.cpp Address Static Code Analysis Warnings 2021-07-13 11:37:57 +02:00
test_gatherconvergencereport.cpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
test_gatherdeferredlogger.cpp clean up after review 2021-10-05 13:07:52 +02:00
test_glift1.cpp Set communication object before constructing vanguard. 2021-10-06 08:52:19 +02:00
test_graphcoloring.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
test_GroupState.cpp Remove debugging aid GroupState::dump 2021-11-01 13:47:36 +01:00
test_invert.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
test_keyword_validator.cpp Add basic functionality for validating special case keywords 2021-08-24 13:50:40 +02:00
test_milu.cpp Fixes ILU for Dune 2.8 2021-09-13 12:25:49 +02:00
test_multmatrixtransposed.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
test_norne_pvt.cpp quell deprecation warnings with boost 1.71 2020-04-30 09:47:58 +02:00
test_openclSolver.cpp changed: refactor BDA well contributions 2021-11-11 14:49:33 +01:00
test_parallelistlinformation.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
test_ParallelRestart.cpp Add serialization testing for WellTestState 2021-10-11 16:40:42 +02:00
test_parallelwellinfo.cpp clean up after review 2021-10-05 13:07:52 +02:00
test_preconditionerfactory.cpp Address Static Code Analysis Warnings 2021-07-13 11:37:57 +02:00
test_relpermdiagnostics.cpp following interface change for processEcipseFormat 2021-04-20 11:27:15 +02:00
test_stoppedwells.cpp fixed: include required headers where needed 2021-04-26 22:39:32 +02:00
test_thresholdpressure.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
test_timer.cpp Use Schedule time functions - avoid TimeMap 2021-02-25 18:10:22 +01:00
test_vfpproperties.cpp use std::filesystem directly 2021-11-01 12:31:58 +01:00
test_wellmodel.cpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
test_wellprodindexcalculator.cpp Use Well::updateDeckPI( ) 2021-02-11 13:47:27 +01:00
test_wellstate.cpp Merge pull request #3648 from joakim-hove/phase-usage-constructor 2021-11-05 15:35:50 +01:00
testBlackoilState3.DATA Updated to use ParseMode. 2015-08-06 15:56:51 +02:00
testFluid.DATA Mark deck as FIELD units. 2013-06-05 12:24:23 +02:00
TESTTIMER.DATA Add SCHEDULE header in testdata file 2020-01-28 20:34:16 +01:00
TESTWELLMODEL.DATA adding a test for well model. 2017-08-25 14:09:26 +02:00
update_reference_data.sh Add regression testing for model ACTIONX_UDQ 2021-10-25 11:45:32 +02:00
VFPPROD1 Added proper error checking and partial units 2015-08-10 08:50:26 +02:00
VFPPROD2 Added proper error checking and partial units 2015-08-10 08:50:26 +02:00
wells_group.data Add PERM values in test deck 2019-03-21 17:00:56 +01:00
wells_manager_data_expanded.data Add PERM values in test deck 2019-03-21 17:00:56 +01:00
wells_manager_data_wellSTOP.data Add PORO to testdata 2019-11-30 13:52:21 +01:00
wells_manager_data.data Add PERM values in test deck 2019-03-21 17:00:56 +01:00
wells_no_perforation.data Add PERM values in test deck 2019-03-21 17:00:56 +01:00
wells_stopped.data Add PORO to testdata 2019-11-29 11:38:00 +01:00
wetgas.DATA blackoil fluids test: add section markers to make EclipseState happy 2014-09-19 15:27:12 +02:00