2013-05-15 10:24:52 +02:00
|
|
|
# This file sets up five lists:
|
2016-04-08 13:07:44 +02:00
|
|
|
# MAIN_SOURCE_FILES List of compilation units which will be included in
|
|
|
|
|
# the library. If it isn't on this list, it won't be
|
|
|
|
|
# part of the library. Please try to keep it sorted to
|
|
|
|
|
# maintain sanity.
|
2013-05-15 10:24:52 +02:00
|
|
|
#
|
2016-04-08 13:07:44 +02:00
|
|
|
# TEST_SOURCE_FILES List of programs that will be run as unit tests.
|
2013-05-15 10:24:52 +02:00
|
|
|
#
|
2016-04-08 13:07:44 +02:00
|
|
|
# TEST_DATA_FILES Files from the source three that should be made
|
|
|
|
|
# available in the corresponding location in the build
|
|
|
|
|
# tree in order to run tests there.
|
2013-05-15 10:24:52 +02:00
|
|
|
#
|
2016-04-08 13:07:44 +02:00
|
|
|
# EXAMPLE_SOURCE_FILES Other programs that will be compiled as part of the
|
|
|
|
|
# build, but which is not part of the library nor is
|
|
|
|
|
# run as tests.
|
2013-05-15 10:24:52 +02:00
|
|
|
#
|
2016-04-08 13:07:44 +02:00
|
|
|
# PUBLIC_HEADER_FILES List of public header files that should be
|
|
|
|
|
# distributed together with the library. The source
|
|
|
|
|
# files can of course include other files than these;
|
|
|
|
|
# you should only add to this list if the *user* of
|
|
|
|
|
# the library needs it.
|
2013-05-15 10:24:52 +02:00
|
|
|
|
|
|
|
|
# originally generated with the command:
|
|
|
|
|
# find opm -name '*.c*' -printf '\t%p\n' | sort
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES
|
2021-05-03 11:48:31 +02:00
|
|
|
ebos/collecttoiorank.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/eclgenericcpgridvanguard.cc
|
2021-05-17 23:18:36 +02:00
|
|
|
ebos/eclgenericoutputblackoilmodule.cc
|
2021-05-25 15:49:14 +02:00
|
|
|
ebos/eclgenericproblem.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/eclgenericthresholdpressure.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/eclgenerictracermodel.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/eclgenericvanguard.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/eclgenericwriter.cc
|
2021-05-05 12:13:25 +02:00
|
|
|
ebos/ecltransmissibility.cc
|
2021-10-31 19:29:02 +01:00
|
|
|
opm/core/props/BlackoilPhases.cpp
|
2021-04-29 09:18:02 +02:00
|
|
|
opm/core/props/phaseUsageFromDeck.cpp
|
2018-01-17 15:33:33 +01:00
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.cpp
|
2019-06-20 10:30:16 +02:00
|
|
|
opm/simulators/timestepping/SimulatorReport.cpp
|
2021-04-29 09:45:06 +02:00
|
|
|
opm/simulators/flow/countGlobalCells.cpp
|
2021-04-09 22:20:38 +02:00
|
|
|
opm/simulators/flow/KeywordValidation.cpp
|
2021-06-08 15:43:45 +02:00
|
|
|
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.cpp
|
2021-07-23 09:58:52 +02:00
|
|
|
opm/simulators/flow/ValidationFunctions.cpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/linalg/ExtractParallelGridInformationToISTL.cpp
|
2020-06-17 13:03:57 +02:00
|
|
|
opm/simulators/linalg/FlexibleSolver1.cpp
|
|
|
|
|
opm/simulators/linalg/FlexibleSolver2.cpp
|
|
|
|
|
opm/simulators/linalg/FlexibleSolver3.cpp
|
|
|
|
|
opm/simulators/linalg/FlexibleSolver4.cpp
|
2021-10-06 19:32:35 +02:00
|
|
|
opm/simulators/linalg/FlexibleSolver5.cpp
|
|
|
|
|
opm/simulators/linalg/FlexibleSolver6.cpp
|
2021-06-09 10:35:22 +02:00
|
|
|
opm/simulators/linalg/PropertyTree.cpp
|
2020-10-11 09:24:05 +02:00
|
|
|
opm/simulators/linalg/setupPropertyTree.cpp
|
2021-05-12 13:22:09 +02:00
|
|
|
opm/simulators/utils/PartiallySupportedFlowKeywords.cpp
|
2020-08-17 16:10:18 +02:00
|
|
|
opm/simulators/utils/readDeck.cpp
|
2021-05-12 13:22:09 +02:00
|
|
|
opm/simulators/utils/UnsupportedFlowKeywords.cpp
|
2017-02-10 13:01:50 +01:00
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.cpp
|
2021-06-08 15:36:56 +02:00
|
|
|
opm/simulators/timestepping/AdaptiveTimeSteppingEbos.cpp
|
|
|
|
|
opm/simulators/timestepping/TimeStepControl.cpp
|
2017-02-10 13:01:50 +01:00
|
|
|
opm/simulators/timestepping/SimulatorTimer.cpp
|
2021-06-08 15:44:56 +02:00
|
|
|
opm/simulators/timestepping/SimulatorTimerInterface.cpp
|
2018-11-13 14:01:01 +01:00
|
|
|
opm/simulators/timestepping/gatherConvergenceReport.cpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/utils/DeferredLogger.cpp
|
|
|
|
|
opm/simulators/utils/gatherDeferredLogger.cpp
|
2021-04-29 09:01:03 +02:00
|
|
|
opm/simulators/utils/ParallelFileMerger.cpp
|
2019-10-10 23:06:55 +02:00
|
|
|
opm/simulators/utils/ParallelRestart.cpp
|
2021-05-12 23:21:01 +02:00
|
|
|
opm/simulators/wells/ALQState.cpp
|
2021-05-19 14:51:14 +02:00
|
|
|
opm/simulators/wells/BlackoilWellModelGeneric.cpp
|
2021-05-27 08:31:49 +02:00
|
|
|
opm/simulators/wells/GasLiftGroupInfo.cpp
|
2021-05-20 14:20:27 +02:00
|
|
|
opm/simulators/wells/GasLiftSingleWellGeneric.cpp
|
2021-05-25 12:00:24 +02:00
|
|
|
opm/simulators/wells/GasLiftStage2.cpp
|
2021-04-28 10:22:29 +02:00
|
|
|
opm/simulators/wells/GlobalWellInfo.cpp
|
2021-04-21 09:35:41 +02:00
|
|
|
opm/simulators/wells/GroupState.cpp
|
2021-06-03 15:34:14 +02:00
|
|
|
opm/simulators/wells/MultisegmentWellEval.cpp
|
2021-06-03 15:34:14 +02:00
|
|
|
opm/simulators/wells/MultisegmentWellGeneric.cpp
|
2020-10-06 14:52:44 +02:00
|
|
|
opm/simulators/wells/ParallelWellInfo.cpp
|
2021-06-04 13:53:13 +02:00
|
|
|
opm/simulators/wells/PerfData.cpp
|
2021-05-30 18:35:32 +02:00
|
|
|
opm/simulators/wells/SegmentState.cpp
|
2021-08-03 20:05:14 +02:00
|
|
|
opm/simulators/wells/SingleWellState.cpp
|
2021-06-01 15:49:24 +02:00
|
|
|
opm/simulators/wells/StandardWellEval.cpp
|
2021-06-03 15:34:14 +02:00
|
|
|
opm/simulators/wells/StandardWellGeneric.cpp
|
2021-04-29 09:01:03 +02:00
|
|
|
opm/simulators/wells/TargetCalculator.cpp
|
2021-05-28 13:04:32 +02:00
|
|
|
opm/simulators/wells/VFPHelpers.cpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/wells/VFPProdProperties.cpp
|
|
|
|
|
opm/simulators/wells/VFPInjProperties.cpp
|
2020-03-27 13:27:45 +01:00
|
|
|
opm/simulators/wells/WellGroupHelpers.cpp
|
2021-05-31 14:31:56 +02:00
|
|
|
opm/simulators/wells/WellInterfaceEval.cpp
|
2021-05-11 23:03:33 +02:00
|
|
|
opm/simulators/wells/WellInterfaceFluidSystem.cpp
|
2021-05-11 12:58:27 +02:00
|
|
|
opm/simulators/wells/WellInterfaceGeneric.cpp
|
2021-05-31 14:31:56 +02:00
|
|
|
opm/simulators/wells/WellInterfaceIndices.cpp
|
2020-10-09 00:17:16 +02:00
|
|
|
opm/simulators/wells/WellProdIndexCalculator.cpp
|
2021-05-20 13:32:18 +02:00
|
|
|
opm/simulators/wells/WellState.cpp
|
2021-05-12 23:21:01 +02:00
|
|
|
opm/simulators/wells/WGState.cpp
|
2016-04-08 13:07:44 +02:00
|
|
|
)
|
2013-05-15 10:24:52 +02:00
|
|
|
|
2019-12-03 14:10:21 +01:00
|
|
|
if(CUDA_FOUND)
|
2019-12-04 16:59:58 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/cusparseSolverBackend.cu)
|
2021-11-11 14:45:12 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/cuWellContributions.cu)
|
2019-12-03 14:10:21 +01:00
|
|
|
endif()
|
2020-06-22 18:26:49 +02:00
|
|
|
if(OPENCL_FOUND)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BlockedMatrix.cpp)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BILU0.cpp)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/Reorder.cpp)
|
2021-02-03 17:43:54 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/ChowPatelIlu.cpp)
|
2022-01-06 16:31:40 -03:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BISAI.cpp)
|
2021-12-01 11:43:30 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/CPR.cpp)
|
2020-07-07 13:05:22 +02:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl.cpp)
|
2021-03-03 12:59:49 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/openclKernels.cpp)
|
2021-11-23 09:44:18 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/OpenclMatrix.cpp)
|
2021-11-30 13:20:09 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/Preconditioner.cpp)
|
2020-06-22 18:26:49 +02:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/openclSolverBackend.cpp)
|
2021-11-11 14:45:12 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/openclWellContributions.cpp)
|
2021-11-17 17:25:13 +01:00
|
|
|
endif()
|
|
|
|
|
if(CUDA_FOUND OR OPENCL_FOUND OR HAVE_FPGA OR HAVE_AMGCL)
|
2020-07-10 11:13:55 +02:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/WellContributions.cpp)
|
2021-12-01 11:43:30 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/Matrix.cpp)
|
2020-06-25 18:44:49 +02:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/MultisegmentWellContribution.cpp)
|
2021-11-17 17:25:13 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BdaBridge.cpp)
|
2020-06-22 18:26:49 +02:00
|
|
|
endif()
|
2021-01-15 14:13:18 +01:00
|
|
|
if(HAVE_FPGA)
|
2020-12-22 12:57:01 +01:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/FPGABILU0.cpp)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/FPGASolverBackend.cpp)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/FPGAUtils.cpp)
|
|
|
|
|
endif()
|
2021-06-18 11:46:00 +02:00
|
|
|
if(HAVE_AMGCL)
|
2021-06-02 16:19:00 +02:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/amgclSolverBackend.cpp)
|
2021-07-06 17:10:17 +02:00
|
|
|
if(CUDA_FOUND)
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/amgclSolverBackend.cu)
|
|
|
|
|
endif()
|
2021-06-02 16:19:00 +02:00
|
|
|
endif()
|
2020-03-13 16:01:02 +01:00
|
|
|
if(MPI_FOUND)
|
2020-03-19 09:10:19 +01:00
|
|
|
list(APPEND MAIN_SOURCE_FILES opm/simulators/utils/ParallelEclipseState.cpp
|
|
|
|
|
opm/simulators/utils/ParallelSerialization.cpp)
|
2020-03-13 16:01:02 +01:00
|
|
|
endif()
|
2019-12-03 14:10:21 +01:00
|
|
|
|
2013-05-15 10:24:52 +02:00
|
|
|
# originally generated with the command:
|
|
|
|
|
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
|
|
|
|
|
list (APPEND TEST_SOURCE_FILES
|
2019-02-27 22:34:10 +01:00
|
|
|
tests/test_equil.cc
|
|
|
|
|
tests/test_ecl_output.cc
|
2017-09-07 09:15:39 +02:00
|
|
|
tests/test_blackoil_amg.cpp
|
2018-10-25 11:57:47 +02:00
|
|
|
tests/test_convergencereport.cpp
|
2019-05-20 13:23:57 +02:00
|
|
|
tests/test_flexiblesolver.cpp
|
2019-05-29 16:21:34 +02:00
|
|
|
tests/test_preconditionerfactory.cpp
|
2018-06-11 12:03:36 +02:00
|
|
|
tests/test_graphcoloring.cpp
|
2016-04-08 13:07:44 +02:00
|
|
|
tests/test_vfpproperties.cpp
|
2018-05-16 09:07:50 +02:00
|
|
|
tests/test_milu.cpp
|
2018-02-26 15:50:55 +01:00
|
|
|
tests/test_multmatrixtransposed.cpp
|
2017-08-22 17:14:52 +02:00
|
|
|
tests/test_wellmodel.cpp
|
2019-01-08 11:28:18 +01:00
|
|
|
tests/test_deferredlogger.cpp
|
2017-02-10 13:01:50 +01:00
|
|
|
tests/test_timer.cpp
|
2017-08-29 11:01:20 +02:00
|
|
|
tests/test_invert.cpp
|
2018-01-17 15:33:33 +01:00
|
|
|
tests/test_stoppedwells.cpp
|
|
|
|
|
tests/test_relpermdiagnostics.cpp
|
|
|
|
|
tests/test_norne_pvt.cpp
|
2020-10-09 00:17:16 +02:00
|
|
|
tests/test_wellprodindexcalculator.cpp
|
2021-05-20 13:32:18 +02:00
|
|
|
tests/test_wellstate.cpp
|
2020-10-06 14:52:44 +02:00
|
|
|
tests/test_parallelwellinfo.cpp
|
2021-04-01 16:41:46 +02:00
|
|
|
tests/test_glift1.cpp
|
2021-04-09 22:20:38 +02:00
|
|
|
tests/test_keyword_validator.cpp
|
2021-04-21 09:35:41 +02:00
|
|
|
tests/test_GroupState.cpp
|
2021-04-27 22:26:08 +02:00
|
|
|
tests/test_ALQState.cpp
|
2016-04-08 13:07:44 +02:00
|
|
|
)
|
2013-11-26 12:55:41 +01:00
|
|
|
|
2018-01-18 07:00:24 +01:00
|
|
|
if(MPI_FOUND)
|
2020-03-13 16:01:02 +01:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_parallelistlinformation.cpp
|
|
|
|
|
tests/test_ParallelRestart.cpp)
|
2018-01-18 07:00:24 +01:00
|
|
|
endif()
|
2021-06-01 13:50:27 +02:00
|
|
|
if(CUDA_FOUND)
|
|
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_cusparseSolver.cpp)
|
|
|
|
|
endif()
|
|
|
|
|
if(OPENCL_FOUND)
|
|
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_openclSolver.cpp)
|
2021-12-09 08:37:32 +01:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_solvetransposed3x3.cpp)
|
2022-01-18 13:49:24 +01:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_csrToCscOffsetMap.cpp)
|
2021-06-01 13:50:27 +02:00
|
|
|
endif()
|
2018-01-18 07:00:24 +01:00
|
|
|
|
2013-05-15 10:24:52 +02:00
|
|
|
list (APPEND TEST_DATA_FILES
|
2019-02-27 22:34:10 +01:00
|
|
|
tests/SUMMARY_DECK_NON_CONSTANT_POROSITY.DATA
|
|
|
|
|
tests/equil_base.DATA
|
|
|
|
|
tests/equil_capillary.DATA
|
|
|
|
|
tests/equil_capillary_overlap.DATA
|
|
|
|
|
tests/equil_capillary_swatinit.DATA
|
|
|
|
|
tests/equil_deadfluids.DATA
|
|
|
|
|
tests/equil_pbvd_and_pdvd.DATA
|
2016-04-08 13:07:44 +02:00
|
|
|
tests/VFPPROD1
|
|
|
|
|
tests/VFPPROD2
|
2016-12-05 14:58:47 +01:00
|
|
|
tests/msw.data
|
2017-02-10 13:01:50 +01:00
|
|
|
tests/TESTTIMER.DATA
|
2017-08-22 17:14:52 +02:00
|
|
|
tests/TESTWELLMODEL.DATA
|
2018-01-17 15:33:33 +01:00
|
|
|
tests/liveoil.DATA
|
|
|
|
|
tests/capillary.DATA
|
|
|
|
|
tests/capillary_overlap.DATA
|
|
|
|
|
tests/capillarySwatinit.DATA
|
|
|
|
|
tests/deadfluids.DATA
|
|
|
|
|
tests/equil_livegas.DATA
|
|
|
|
|
tests/equil_liveoil.DATA
|
|
|
|
|
tests/equil_rsvd_and_rvvd.DATA
|
|
|
|
|
tests/wetgas.DATA
|
|
|
|
|
tests/satfuncEPS_B.DATA
|
|
|
|
|
tests/wells_manager_data.data
|
|
|
|
|
tests/wells_manager_data_expanded.data
|
|
|
|
|
tests/wells_manager_data_wellSTOP.data
|
|
|
|
|
tests/wells_group.data
|
|
|
|
|
tests/wells_stopped.data
|
|
|
|
|
tests/relpermDiagnostics.DATA
|
|
|
|
|
tests/norne_pvt.data
|
2019-01-10 11:29:28 +01:00
|
|
|
tests/wells_no_perforation.data
|
2019-05-20 13:23:57 +02:00
|
|
|
tests/matr33.txt
|
2022-01-06 16:31:40 -03:00
|
|
|
tests/offset_map_matrix.txt
|
|
|
|
|
tests/offset_map_matrix_transposed.txt
|
2019-05-20 13:23:57 +02:00
|
|
|
tests/rhs3.txt
|
2020-12-17 14:51:05 +01:00
|
|
|
tests/matr33rep.txt
|
|
|
|
|
tests/rhs3rep.txt
|
2019-05-20 13:23:57 +02:00
|
|
|
tests/options_flexiblesolver.json
|
2019-05-29 16:21:34 +02:00
|
|
|
tests/options_flexiblesolver_simple.json
|
2021-04-01 16:41:46 +02:00
|
|
|
tests/GLIFT1.DATA
|
|
|
|
|
tests/include/flowl_b_vfp.ecl
|
|
|
|
|
tests/include/flowl_c_vfp.ecl
|
|
|
|
|
tests/include/permx_model5.grdecl
|
|
|
|
|
tests/include/pvt_live_oil_dgas.ecl
|
|
|
|
|
tests/include/relperm.inc
|
|
|
|
|
tests/include/rock.inc
|
|
|
|
|
tests/include/summary.inc
|
|
|
|
|
tests/include/test1_20x30x10.grdecl
|
|
|
|
|
tests/include/well_vfp.ecl
|
2016-04-08 13:07:44 +02:00
|
|
|
)
|
2013-05-15 10:24:52 +02:00
|
|
|
|
2013-11-26 12:55:41 +01:00
|
|
|
|
2013-05-15 10:24:52 +02:00
|
|
|
# originally generated with the command:
|
|
|
|
|
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
|
|
|
|
list (APPEND PUBLIC_HEADER_FILES
|
2019-06-20 10:15:51 +02:00
|
|
|
opm/simulators/flow/countGlobalCells.hpp
|
2019-06-20 09:09:19 +02:00
|
|
|
opm/simulators/flow/BlackoilModelEbos.hpp
|
|
|
|
|
opm/simulators/flow/BlackoilModelParametersEbos.hpp
|
|
|
|
|
opm/simulators/flow/FlowMainEbos.hpp
|
2020-04-14 10:43:26 +02:00
|
|
|
opm/simulators/flow/Main.hpp
|
2019-06-20 09:09:19 +02:00
|
|
|
opm/simulators/flow/NonlinearSolverEbos.hpp
|
|
|
|
|
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp
|
2021-04-09 22:20:38 +02:00
|
|
|
opm/simulators/flow/KeywordValidation.hpp
|
2021-07-23 09:58:52 +02:00
|
|
|
opm/simulators/flow/ValidationFunctions.hpp
|
2018-01-17 15:33:33 +01:00
|
|
|
opm/core/props/BlackoilPhases.hpp
|
|
|
|
|
opm/core/props/phaseUsageFromDeck.hpp
|
|
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.hpp
|
2019-06-20 10:30:16 +02:00
|
|
|
opm/simulators/timestepping/SimulatorReport.hpp
|
2021-05-30 18:35:32 +02:00
|
|
|
opm/simulators/wells/SegmentState.hpp
|
2021-05-05 10:27:51 +02:00
|
|
|
opm/simulators/wells/WellContainer.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/aquifers/AquiferInterface.hpp
|
|
|
|
|
opm/simulators/aquifers/AquiferCarterTracy.hpp
|
|
|
|
|
opm/simulators/aquifers/AquiferFetkovich.hpp
|
2020-11-13 15:08:45 +01:00
|
|
|
opm/simulators/aquifers/AquiferNumerical.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/aquifers/BlackoilAquiferModel.hpp
|
|
|
|
|
opm/simulators/aquifers/BlackoilAquiferModel_impl.hpp
|
2021-06-02 16:19:00 +02:00
|
|
|
opm/simulators/linalg/bda/amgclSolverBackend.hpp
|
2019-12-19 09:11:57 +01:00
|
|
|
opm/simulators/linalg/bda/BdaBridge.hpp
|
|
|
|
|
opm/simulators/linalg/bda/BdaResult.hpp
|
2020-06-22 18:26:49 +02:00
|
|
|
opm/simulators/linalg/bda/BdaSolver.hpp
|
|
|
|
|
opm/simulators/linalg/bda/BILU0.hpp
|
|
|
|
|
opm/simulators/linalg/bda/BlockedMatrix.hpp
|
2021-12-01 11:43:30 +01:00
|
|
|
opm/simulators/linalg/bda/CPR.hpp
|
2019-12-19 09:13:19 +01:00
|
|
|
opm/simulators/linalg/bda/cuda_header.hpp
|
2019-12-19 09:11:57 +01:00
|
|
|
opm/simulators/linalg/bda/cusparseSolverBackend.hpp
|
2021-02-03 17:43:54 +01:00
|
|
|
opm/simulators/linalg/bda/ChowPatelIlu.hpp
|
2022-01-06 16:31:40 -03:00
|
|
|
opm/simulators/linalg/bda/BISAI.hpp
|
2020-12-22 12:57:01 +01:00
|
|
|
opm/simulators/linalg/bda/FPGABILU0.hpp
|
|
|
|
|
opm/simulators/linalg/bda/FPGASolverBackend.hpp
|
|
|
|
|
opm/simulators/linalg/bda/FPGAUtils.hpp
|
2020-06-22 18:26:49 +02:00
|
|
|
opm/simulators/linalg/bda/Reorder.hpp
|
2020-10-19 10:01:42 +02:00
|
|
|
opm/simulators/linalg/bda/ILUReorder.hpp
|
2020-07-07 13:05:22 +02:00
|
|
|
opm/simulators/linalg/bda/opencl.hpp
|
2020-06-22 18:26:49 +02:00
|
|
|
opm/simulators/linalg/bda/openclKernels.hpp
|
2021-11-23 09:44:18 +01:00
|
|
|
opm/simulators/linalg/bda/OpenclMatrix.hpp
|
2021-11-30 13:20:09 +01:00
|
|
|
opm/simulators/linalg/bda/opencl/Preconditioner.hpp
|
2020-06-22 18:26:49 +02:00
|
|
|
opm/simulators/linalg/bda/openclSolverBackend.hpp
|
2021-11-11 14:45:12 +01:00
|
|
|
opm/simulators/linalg/bda/openclWellContributions.hpp
|
2021-12-01 11:43:30 +01:00
|
|
|
opm/simulators/linalg/bda/Matrix.hpp
|
2020-05-15 16:00:09 +02:00
|
|
|
opm/simulators/linalg/bda/MultisegmentWellContribution.hpp
|
2020-03-16 12:57:35 +01:00
|
|
|
opm/simulators/linalg/bda/WellContributions.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/linalg/amgcpr.hh
|
|
|
|
|
opm/simulators/linalg/twolevelmethodcpr.hh
|
|
|
|
|
opm/simulators/linalg/ExtractParallelGridInformationToISTL.hpp
|
2019-05-20 13:23:57 +02:00
|
|
|
opm/simulators/linalg/FlexibleSolver.hpp
|
2020-06-19 16:04:27 +02:00
|
|
|
opm/simulators/linalg/FlexibleSolver_impl.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/linalg/FlowLinearSolverParameters.hpp
|
|
|
|
|
opm/simulators/linalg/GraphColoring.hpp
|
|
|
|
|
opm/simulators/linalg/ISTLSolverEbos.hpp
|
|
|
|
|
opm/simulators/linalg/MatrixBlock.hpp
|
2020-05-13 13:53:45 +02:00
|
|
|
opm/simulators/linalg/MatrixMarketSpecializations.hpp
|
2019-05-20 14:31:36 +02:00
|
|
|
opm/simulators/linalg/OwningBlockPreconditioner.hpp
|
2019-06-05 22:00:30 +02:00
|
|
|
opm/simulators/linalg/OwningTwoLevelPreconditioner.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/linalg/ParallelOverlappingILU0.hpp
|
|
|
|
|
opm/simulators/linalg/ParallelRestrictedAdditiveSchwarz.hpp
|
|
|
|
|
opm/simulators/linalg/ParallelIstlInformation.hpp
|
2019-05-20 13:23:57 +02:00
|
|
|
opm/simulators/linalg/PressureSolverPolicy.hpp
|
|
|
|
|
opm/simulators/linalg/PressureTransferPolicy.hpp
|
2019-05-29 16:21:34 +02:00
|
|
|
opm/simulators/linalg/PreconditionerFactory.hpp
|
2019-05-20 14:31:36 +02:00
|
|
|
opm/simulators/linalg/PreconditionerWithUpdate.hpp
|
2021-06-09 10:35:22 +02:00
|
|
|
opm/simulators/linalg/PropertyTree.hpp
|
2020-06-24 15:55:43 +02:00
|
|
|
opm/simulators/linalg/WellOperators.hpp
|
2020-05-13 13:53:45 +02:00
|
|
|
opm/simulators/linalg/WriteSystemMatrixHelper.hpp
|
2019-06-19 15:04:14 +02:00
|
|
|
opm/simulators/linalg/findOverlapRowsAndColumns.hpp
|
2019-06-05 22:00:30 +02:00
|
|
|
opm/simulators/linalg/getQuasiImpesWeights.hpp
|
2019-05-20 13:23:57 +02:00
|
|
|
opm/simulators/linalg/setupPropertyTree.hpp
|
2017-02-10 13:01:50 +01:00
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp
|
2018-06-08 15:01:59 +02:00
|
|
|
opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp
|
2018-10-25 11:57:47 +02:00
|
|
|
opm/simulators/timestepping/ConvergenceReport.hpp
|
2017-02-10 13:01:50 +01:00
|
|
|
opm/simulators/timestepping/TimeStepControl.hpp
|
|
|
|
|
opm/simulators/timestepping/TimeStepControlInterface.hpp
|
|
|
|
|
opm/simulators/timestepping/SimulatorTimer.hpp
|
|
|
|
|
opm/simulators/timestepping/SimulatorTimerInterface.hpp
|
2018-11-13 14:01:01 +01:00
|
|
|
opm/simulators/timestepping/gatherConvergenceReport.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/utils/ParallelFileMerger.hpp
|
|
|
|
|
opm/simulators/utils/DeferredLoggingErrorHelpers.hpp
|
|
|
|
|
opm/simulators/utils/DeferredLogger.hpp
|
|
|
|
|
opm/simulators/utils/gatherDeferredLogger.hpp
|
|
|
|
|
opm/simulators/utils/moduleVersion.hpp
|
2020-01-22 10:27:36 +01:00
|
|
|
opm/simulators/utils/ParallelEclipseState.hpp
|
2019-10-10 23:06:55 +02:00
|
|
|
opm/simulators/utils/ParallelRestart.hpp
|
2020-03-04 21:06:21 +01:00
|
|
|
opm/simulators/utils/PropsCentroidsDataHandle.hpp
|
2021-10-12 12:01:42 +02:00
|
|
|
opm/simulators/utils/VectorVectorDataHandle.hpp
|
2021-06-04 13:53:13 +02:00
|
|
|
opm/simulators/wells/PerfData.hpp
|
2019-10-23 09:09:45 +02:00
|
|
|
opm/simulators/wells/PerforationData.hpp
|
2019-06-20 09:09:19 +02:00
|
|
|
opm/simulators/wells/RateConverter.hpp
|
2021-09-06 14:20:40 +02:00
|
|
|
opm/simulators/wells/RegionAttributeHelpers.hpp
|
|
|
|
|
opm/simulators/wells/RegionAverageCalculator.hpp
|
2020-08-17 16:10:18 +02:00
|
|
|
opm/simulators/utils/readDeck.hpp
|
2021-08-03 20:05:14 +02:00
|
|
|
opm/simulators/wells/SingleWellState.hpp
|
2020-03-27 13:27:45 +01:00
|
|
|
opm/simulators/wells/TargetCalculator.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/wells/WellConnectionAuxiliaryModule.hpp
|
2021-05-20 13:32:18 +02:00
|
|
|
opm/simulators/wells/WellState.hpp
|
2021-04-28 10:22:29 +02:00
|
|
|
opm/simulators/wells/GlobalWellInfo.hpp
|
2021-04-21 09:35:41 +02:00
|
|
|
opm/simulators/wells/GroupState.hpp
|
2021-04-27 22:26:08 +02:00
|
|
|
opm/simulators/wells/ALQState.hpp
|
2021-04-22 17:31:21 +02:00
|
|
|
opm/simulators/wells/WGState.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/wells/VFPProperties.hpp
|
|
|
|
|
opm/simulators/wells/VFPHelpers.hpp
|
|
|
|
|
opm/simulators/wells/VFPInjProperties.hpp
|
|
|
|
|
opm/simulators/wells/VFPProdProperties.hpp
|
2019-08-07 14:13:11 +02:00
|
|
|
opm/simulators/wells/WellGroupHelpers.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/wells/WellHelpers.hpp
|
|
|
|
|
opm/simulators/wells/WellInterface.hpp
|
|
|
|
|
opm/simulators/wells/WellInterface_impl.hpp
|
2020-10-09 00:17:16 +02:00
|
|
|
opm/simulators/wells/WellProdIndexCalculator.hpp
|
2019-05-07 13:06:02 +02:00
|
|
|
opm/simulators/wells/StandardWell.hpp
|
|
|
|
|
opm/simulators/wells/StandardWell_impl.hpp
|
|
|
|
|
opm/simulators/wells/MultisegmentWell.hpp
|
|
|
|
|
opm/simulators/wells/MultisegmentWell_impl.hpp
|
|
|
|
|
opm/simulators/wells/MSWellHelpers.hpp
|
|
|
|
|
opm/simulators/wells/BlackoilWellModel.hpp
|
|
|
|
|
opm/simulators/wells/BlackoilWellModel_impl.hpp
|
2020-10-06 14:52:44 +02:00
|
|
|
opm/simulators/wells/ParallelWellInfo.hpp
|
2016-04-08 13:07:44 +02:00
|
|
|
)
|
2020-05-20 11:27:28 +02:00
|
|
|
|
|
|
|
|
list (APPEND EXAMPLE_SOURCE_FILES
|
|
|
|
|
examples/printvfp.cpp
|
|
|
|
|
)
|