2013-05-15 03:24:52 -05:00
|
|
|
# This file sets up five lists:
|
2016-04-08 06:07:44 -05: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 03:24:52 -05:00
|
|
|
#
|
2016-04-08 06:07:44 -05:00
|
|
|
# TEST_SOURCE_FILES List of programs that will be run as unit tests.
|
2013-05-15 03:24:52 -05:00
|
|
|
#
|
2016-04-08 06:07:44 -05: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 03:24:52 -05:00
|
|
|
#
|
2016-04-08 06:07:44 -05: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 03:24:52 -05:00
|
|
|
#
|
2016-04-08 06:07:44 -05: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 03:24:52 -05:00
|
|
|
|
|
|
|
# originally generated with the command:
|
|
|
|
# find opm -name '*.c*' -printf '\t%p\n' | sort
|
|
|
|
list (APPEND MAIN_SOURCE_FILES
|
2021-05-03 04:48:31 -05:00
|
|
|
ebos/collecttoiorank.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/eclgenericcpgridvanguard.cc
|
2021-05-17 16:18:36 -05:00
|
|
|
ebos/eclgenericoutputblackoilmodule.cc
|
2021-05-25 08:49:14 -05:00
|
|
|
ebos/eclgenericproblem.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/eclgenericthresholdpressure.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/eclgenerictracermodel.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/eclgenericvanguard.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/eclgenericwriter.cc
|
2022-02-01 11:03:03 -06:00
|
|
|
ebos/eclinterregflows.cc
|
2021-05-05 05:13:25 -05:00
|
|
|
ebos/ecltransmissibility.cc
|
2021-10-31 13:29:02 -05:00
|
|
|
opm/core/props/BlackoilPhases.cpp
|
2021-04-29 02:18:02 -05:00
|
|
|
opm/core/props/phaseUsageFromDeck.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.cpp
|
2019-06-20 03:30:16 -05:00
|
|
|
opm/simulators/timestepping/SimulatorReport.cpp
|
2021-04-29 02:45:06 -05:00
|
|
|
opm/simulators/flow/countGlobalCells.cpp
|
2021-04-09 15:20:38 -05:00
|
|
|
opm/simulators/flow/KeywordValidation.cpp
|
2021-06-08 08:43:45 -05:00
|
|
|
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.cpp
|
2021-07-23 02:58:52 -05:00
|
|
|
opm/simulators/flow/ValidationFunctions.cpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/linalg/ExtractParallelGridInformationToISTL.cpp
|
2020-06-17 06:03:57 -05:00
|
|
|
opm/simulators/linalg/FlexibleSolver1.cpp
|
|
|
|
opm/simulators/linalg/FlexibleSolver2.cpp
|
|
|
|
opm/simulators/linalg/FlexibleSolver3.cpp
|
|
|
|
opm/simulators/linalg/FlexibleSolver4.cpp
|
2021-10-06 12:32:35 -05:00
|
|
|
opm/simulators/linalg/FlexibleSolver5.cpp
|
|
|
|
opm/simulators/linalg/FlexibleSolver6.cpp
|
2021-06-09 03:35:22 -05:00
|
|
|
opm/simulators/linalg/PropertyTree.cpp
|
2020-10-11 02:24:05 -05:00
|
|
|
opm/simulators/linalg/setupPropertyTree.cpp
|
2021-05-12 06:22:09 -05:00
|
|
|
opm/simulators/utils/PartiallySupportedFlowKeywords.cpp
|
2020-08-17 09:10:18 -05:00
|
|
|
opm/simulators/utils/readDeck.cpp
|
2021-05-12 06:22:09 -05:00
|
|
|
opm/simulators/utils/UnsupportedFlowKeywords.cpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.cpp
|
2021-06-08 08:36:56 -05:00
|
|
|
opm/simulators/timestepping/AdaptiveTimeSteppingEbos.cpp
|
|
|
|
opm/simulators/timestepping/TimeStepControl.cpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/SimulatorTimer.cpp
|
2021-06-08 08:44:56 -05:00
|
|
|
opm/simulators/timestepping/SimulatorTimerInterface.cpp
|
2018-11-13 07:01:01 -06:00
|
|
|
opm/simulators/timestepping/gatherConvergenceReport.cpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/utils/DeferredLogger.cpp
|
|
|
|
opm/simulators/utils/gatherDeferredLogger.cpp
|
2021-04-29 02:01:03 -05:00
|
|
|
opm/simulators/utils/ParallelFileMerger.cpp
|
2019-10-10 16:06:55 -05:00
|
|
|
opm/simulators/utils/ParallelRestart.cpp
|
2021-05-12 16:21:01 -05:00
|
|
|
opm/simulators/wells/ALQState.cpp
|
2021-05-19 07:51:14 -05:00
|
|
|
opm/simulators/wells/BlackoilWellModelGeneric.cpp
|
Improve debugging tools in gaslift code.
Introduces a gaslift debugging variable in ALQState in WellState. This
variable will persist between timesteps in contrast to when debugging
variables are defined in GasLiftSingleWell, GasLiftGroupState, or GasLiftStage2.
Currently only an integer variable debug_counter is added to ALQState,
which can be used as follows: First debugging is switched on globally
for BlackOilWellModel, GasLiftSingleWell, GasLiftGroupState, and
GasLiftStage2 by setting glift_debug to a true value in BlackOilWellModelGeneric.
Then, the following debugging code can be added to e.g. one of
GasLiftSingleWell, GasLiftGroupState, or GasLiftStage2 :
auto count = debugUpdateGlobalCounter_();
if (count == some_integer) {
displayDebugMessage_("stop here");
}
Here, the integer "some_integer" is determined typically by looking at
the debugging output of a previous run. This can be done since the
call to debugUpdateGlobalCounter_() will print out the current value
of the counter and then increment the counter by one. And it will be
easy to recognize these values in the debug ouput. If you find a place
in the output that looks suspect, just take a note of the counter
value in the output around that point and insert the value for
"some_integer", then after recompiling the code with the desired value
for "some_integer", it is now easy to set a breakpoint in GDB at the
line
displayDebugMessage_("stop here").
shown in the above snippet. This should improve the ability to quickly
to set a breakpoint in GDB around at a given time and point in the simulation.
2022-01-23 13:37:26 -06:00
|
|
|
opm/simulators/wells/GasLiftCommon.cpp
|
2021-05-27 01:31:49 -05:00
|
|
|
opm/simulators/wells/GasLiftGroupInfo.cpp
|
2021-05-20 07:20:27 -05:00
|
|
|
opm/simulators/wells/GasLiftSingleWellGeneric.cpp
|
2021-05-25 05:00:24 -05:00
|
|
|
opm/simulators/wells/GasLiftStage2.cpp
|
2021-04-28 03:22:29 -05:00
|
|
|
opm/simulators/wells/GlobalWellInfo.cpp
|
2021-04-21 02:35:41 -05:00
|
|
|
opm/simulators/wells/GroupState.cpp
|
2021-06-03 08:34:14 -05:00
|
|
|
opm/simulators/wells/MultisegmentWellEval.cpp
|
2021-06-03 08:34:14 -05:00
|
|
|
opm/simulators/wells/MultisegmentWellGeneric.cpp
|
2020-10-06 07:52:44 -05:00
|
|
|
opm/simulators/wells/ParallelWellInfo.cpp
|
2021-06-04 06:53:13 -05:00
|
|
|
opm/simulators/wells/PerfData.cpp
|
2021-05-30 11:35:32 -05:00
|
|
|
opm/simulators/wells/SegmentState.cpp
|
2021-08-03 13:05:14 -05:00
|
|
|
opm/simulators/wells/SingleWellState.cpp
|
2021-06-01 08:49:24 -05:00
|
|
|
opm/simulators/wells/StandardWellEval.cpp
|
2021-06-03 08:34:14 -05:00
|
|
|
opm/simulators/wells/StandardWellGeneric.cpp
|
2021-04-29 02:01:03 -05:00
|
|
|
opm/simulators/wells/TargetCalculator.cpp
|
2021-05-28 06:04:32 -05:00
|
|
|
opm/simulators/wells/VFPHelpers.cpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/wells/VFPProdProperties.cpp
|
|
|
|
opm/simulators/wells/VFPInjProperties.cpp
|
2020-03-27 07:27:45 -05:00
|
|
|
opm/simulators/wells/WellGroupHelpers.cpp
|
2021-05-31 07:31:56 -05:00
|
|
|
opm/simulators/wells/WellInterfaceEval.cpp
|
2021-05-11 16:03:33 -05:00
|
|
|
opm/simulators/wells/WellInterfaceFluidSystem.cpp
|
2021-05-11 05:58:27 -05:00
|
|
|
opm/simulators/wells/WellInterfaceGeneric.cpp
|
2021-05-31 07:31:56 -05:00
|
|
|
opm/simulators/wells/WellInterfaceIndices.cpp
|
2020-10-08 17:17:16 -05:00
|
|
|
opm/simulators/wells/WellProdIndexCalculator.cpp
|
2021-05-20 06:32:18 -05:00
|
|
|
opm/simulators/wells/WellState.cpp
|
2021-05-12 16:21:01 -05:00
|
|
|
opm/simulators/wells/WGState.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2013-05-15 03:24:52 -05:00
|
|
|
|
2019-12-03 07:10:21 -06:00
|
|
|
if(CUDA_FOUND)
|
2022-02-02 02:28:41 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/cuda/cusparseSolverBackend.cu)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/cuda/cuWellContributions.cu)
|
2019-12-03 07:10:21 -06:00
|
|
|
endif()
|
2020-06-22 11:26:49 -05:00
|
|
|
if(OPENCL_FOUND)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BlockedMatrix.cpp)
|
2022-02-01 09:51:32 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/BILU0.cpp)
|
2020-06-22 11:26:49 -05:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/Reorder.cpp)
|
2022-02-01 09:51:32 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/ChowPatelIlu.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/BISAI.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/CPR.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/opencl.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/openclKernels.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/OpenclMatrix.cpp)
|
2021-11-30 06:20:09 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/Preconditioner.cpp)
|
2022-02-01 09:51:32 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/openclSolverBackend.cpp)
|
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/opencl/openclWellContributions.cpp)
|
2021-11-17 10:25:13 -06:00
|
|
|
endif()
|
|
|
|
if(CUDA_FOUND OR OPENCL_FOUND OR HAVE_FPGA OR HAVE_AMGCL)
|
2020-07-10 04:13:55 -05:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/WellContributions.cpp)
|
2021-12-01 04:43:30 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/Matrix.cpp)
|
2020-06-25 11:44:49 -05:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/MultisegmentWellContribution.cpp)
|
2021-11-17 10:25:13 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BdaBridge.cpp)
|
2020-06-22 11:26:49 -05:00
|
|
|
endif()
|
2021-01-15 07:13:18 -06:00
|
|
|
if(HAVE_FPGA)
|
2020-12-22 05:57:01 -06: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 04:46:00 -05:00
|
|
|
if(HAVE_AMGCL)
|
2021-06-02 09:19:00 -05:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/amgclSolverBackend.cpp)
|
2021-07-06 10:10:17 -05:00
|
|
|
if(CUDA_FOUND)
|
2022-02-02 02:28:41 -06:00
|
|
|
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/cuda/amgclSolverBackend.cu)
|
2021-07-06 10:10:17 -05:00
|
|
|
endif()
|
2021-06-02 09:19:00 -05:00
|
|
|
endif()
|
2020-03-13 10:01:02 -05:00
|
|
|
if(MPI_FOUND)
|
2020-03-19 03:10:19 -05:00
|
|
|
list(APPEND MAIN_SOURCE_FILES opm/simulators/utils/ParallelEclipseState.cpp
|
|
|
|
opm/simulators/utils/ParallelSerialization.cpp)
|
2020-03-13 10:01:02 -05:00
|
|
|
endif()
|
2019-12-03 07:10:21 -06:00
|
|
|
|
2013-05-15 03:24:52 -05:00
|
|
|
# originally generated with the command:
|
|
|
|
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
|
|
|
|
list (APPEND TEST_SOURCE_FILES
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_ALQState.cpp
|
2017-09-07 02:15:39 -05:00
|
|
|
tests/test_blackoil_amg.cpp
|
2018-10-25 04:57:47 -05:00
|
|
|
tests/test_convergencereport.cpp
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_deferredlogger.cpp
|
|
|
|
tests/test_ecl_output.cc
|
2022-02-01 11:03:03 -06:00
|
|
|
tests/test_eclinterregflows.cpp
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_equil.cc
|
2019-05-20 06:23:57 -05:00
|
|
|
tests/test_flexiblesolver.cpp
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_glift1.cpp
|
2018-06-11 05:03:36 -05:00
|
|
|
tests/test_graphcoloring.cpp
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_GroupState.cpp
|
|
|
|
tests/test_invert.cpp
|
|
|
|
tests/test_keyword_validator.cpp
|
2018-05-16 02:07:50 -05:00
|
|
|
tests/test_milu.cpp
|
2018-02-26 08:50:55 -06:00
|
|
|
tests/test_multmatrixtransposed.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
tests/test_norne_pvt.cpp
|
2022-02-01 10:43:46 -06:00
|
|
|
tests/test_parallelwellinfo.cpp
|
|
|
|
tests/test_preconditionerfactory.cpp
|
|
|
|
tests/test_relpermdiagnostics.cpp
|
|
|
|
tests/test_stoppedwells.cpp
|
|
|
|
tests/test_timer.cpp
|
|
|
|
tests/test_vfpproperties.cpp
|
|
|
|
tests/test_wellmodel.cpp
|
2020-10-08 17:17:16 -05:00
|
|
|
tests/test_wellprodindexcalculator.cpp
|
2021-05-20 06:32:18 -05:00
|
|
|
tests/test_wellstate.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2013-11-26 05:55:41 -06:00
|
|
|
|
2018-01-18 00:00:24 -06:00
|
|
|
if(MPI_FOUND)
|
2020-03-13 10:01:02 -05:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_parallelistlinformation.cpp
|
|
|
|
tests/test_ParallelRestart.cpp)
|
2018-01-18 00:00:24 -06:00
|
|
|
endif()
|
2021-06-01 06:50:27 -05: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 01:37:32 -06:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_solvetransposed3x3.cpp)
|
2022-01-18 06:49:24 -06:00
|
|
|
list(APPEND TEST_SOURCE_FILES tests/test_csrToCscOffsetMap.cpp)
|
2021-06-01 06:50:27 -05:00
|
|
|
endif()
|
2018-01-18 00:00:24 -06:00
|
|
|
|
2013-05-15 03:24:52 -05:00
|
|
|
list (APPEND TEST_DATA_FILES
|
2019-02-27 15:34:10 -06: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 06:07:44 -05:00
|
|
|
tests/VFPPROD1
|
|
|
|
tests/VFPPROD2
|
2016-12-05 07:58:47 -06:00
|
|
|
tests/msw.data
|
2017-02-10 06:01:50 -06:00
|
|
|
tests/TESTTIMER.DATA
|
2017-08-22 10:14:52 -05:00
|
|
|
tests/TESTWELLMODEL.DATA
|
2018-01-17 08:33:33 -06: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 04:29:28 -06:00
|
|
|
tests/wells_no_perforation.data
|
2019-05-20 06:23:57 -05:00
|
|
|
tests/matr33.txt
|
2022-01-06 13:31:40 -06:00
|
|
|
tests/offset_map_matrix.txt
|
|
|
|
tests/offset_map_matrix_transposed.txt
|
2019-05-20 06:23:57 -05:00
|
|
|
tests/rhs3.txt
|
2020-12-17 07:51:05 -06:00
|
|
|
tests/matr33rep.txt
|
|
|
|
tests/rhs3rep.txt
|
2019-05-20 06:23:57 -05:00
|
|
|
tests/options_flexiblesolver.json
|
2019-05-29 09:21:34 -05:00
|
|
|
tests/options_flexiblesolver_simple.json
|
2021-04-01 09:41:46 -05: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 06:07:44 -05:00
|
|
|
)
|
2013-05-15 03:24:52 -05:00
|
|
|
|
2013-11-26 05:55:41 -06:00
|
|
|
|
2013-05-15 03:24:52 -05:00
|
|
|
# originally generated with the command:
|
|
|
|
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
|
|
|
list (APPEND PUBLIC_HEADER_FILES
|
2022-02-01 11:03:03 -06:00
|
|
|
ebos/eclinterregflows.hh
|
2019-06-20 03:15:51 -05:00
|
|
|
opm/simulators/flow/countGlobalCells.hpp
|
2019-06-20 02:09:19 -05:00
|
|
|
opm/simulators/flow/BlackoilModelEbos.hpp
|
|
|
|
opm/simulators/flow/BlackoilModelParametersEbos.hpp
|
|
|
|
opm/simulators/flow/FlowMainEbos.hpp
|
2020-04-14 03:43:26 -05:00
|
|
|
opm/simulators/flow/Main.hpp
|
2019-06-20 02:09:19 -05:00
|
|
|
opm/simulators/flow/NonlinearSolverEbos.hpp
|
|
|
|
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp
|
2021-04-09 15:20:38 -05:00
|
|
|
opm/simulators/flow/KeywordValidation.hpp
|
2021-07-23 02:58:52 -05:00
|
|
|
opm/simulators/flow/ValidationFunctions.hpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/props/BlackoilPhases.hpp
|
|
|
|
opm/core/props/phaseUsageFromDeck.hpp
|
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.hpp
|
2019-06-20 03:30:16 -05:00
|
|
|
opm/simulators/timestepping/SimulatorReport.hpp
|
2021-05-30 11:35:32 -05:00
|
|
|
opm/simulators/wells/SegmentState.hpp
|
2021-05-05 03:27:51 -05:00
|
|
|
opm/simulators/wells/WellContainer.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/aquifers/AquiferInterface.hpp
|
|
|
|
opm/simulators/aquifers/AquiferCarterTracy.hpp
|
|
|
|
opm/simulators/aquifers/AquiferFetkovich.hpp
|
2020-11-13 08:08:45 -06:00
|
|
|
opm/simulators/aquifers/AquiferNumerical.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/aquifers/BlackoilAquiferModel.hpp
|
|
|
|
opm/simulators/aquifers/BlackoilAquiferModel_impl.hpp
|
2021-06-02 09:19:00 -05:00
|
|
|
opm/simulators/linalg/bda/amgclSolverBackend.hpp
|
2019-12-19 02:11:57 -06:00
|
|
|
opm/simulators/linalg/bda/BdaBridge.hpp
|
|
|
|
opm/simulators/linalg/bda/BdaResult.hpp
|
2020-06-22 11:26:49 -05:00
|
|
|
opm/simulators/linalg/bda/BdaSolver.hpp
|
2022-02-01 09:51:32 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/BILU0.hpp
|
2020-06-22 11:26:49 -05:00
|
|
|
opm/simulators/linalg/bda/BlockedMatrix.hpp
|
2022-02-01 09:51:32 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/CPR.hpp
|
2022-02-02 02:28:41 -06:00
|
|
|
opm/simulators/linalg/bda/cuda/cuda_header.hpp
|
|
|
|
opm/simulators/linalg/bda/cuda/cusparseSolverBackend.hpp
|
2022-02-01 09:51:32 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/ChowPatelIlu.hpp
|
|
|
|
opm/simulators/linalg/bda/opencl/BISAI.hpp
|
2020-12-22 05:57:01 -06:00
|
|
|
opm/simulators/linalg/bda/FPGABILU0.hpp
|
|
|
|
opm/simulators/linalg/bda/FPGASolverBackend.hpp
|
|
|
|
opm/simulators/linalg/bda/FPGAUtils.hpp
|
2020-06-22 11:26:49 -05:00
|
|
|
opm/simulators/linalg/bda/Reorder.hpp
|
2020-10-19 03:01:42 -05:00
|
|
|
opm/simulators/linalg/bda/ILUReorder.hpp
|
2022-02-01 09:51:32 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/opencl.hpp
|
|
|
|
opm/simulators/linalg/bda/opencl/openclKernels.hpp
|
|
|
|
opm/simulators/linalg/bda/opencl/OpenclMatrix.hpp
|
2021-11-30 06:20:09 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/Preconditioner.hpp
|
2022-02-01 09:51:32 -06:00
|
|
|
opm/simulators/linalg/bda/opencl/openclSolverBackend.hpp
|
|
|
|
opm/simulators/linalg/bda/opencl/openclWellContributions.hpp
|
2021-12-01 04:43:30 -06:00
|
|
|
opm/simulators/linalg/bda/Matrix.hpp
|
2020-05-15 09:00:09 -05:00
|
|
|
opm/simulators/linalg/bda/MultisegmentWellContribution.hpp
|
2020-03-16 06:57:35 -05:00
|
|
|
opm/simulators/linalg/bda/WellContributions.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/linalg/amgcpr.hh
|
|
|
|
opm/simulators/linalg/twolevelmethodcpr.hh
|
|
|
|
opm/simulators/linalg/ExtractParallelGridInformationToISTL.hpp
|
2019-05-20 06:23:57 -05:00
|
|
|
opm/simulators/linalg/FlexibleSolver.hpp
|
2020-06-19 09:04:27 -05:00
|
|
|
opm/simulators/linalg/FlexibleSolver_impl.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/linalg/FlowLinearSolverParameters.hpp
|
|
|
|
opm/simulators/linalg/GraphColoring.hpp
|
|
|
|
opm/simulators/linalg/ISTLSolverEbos.hpp
|
|
|
|
opm/simulators/linalg/MatrixBlock.hpp
|
2020-05-13 06:53:45 -05:00
|
|
|
opm/simulators/linalg/MatrixMarketSpecializations.hpp
|
2019-05-20 07:31:36 -05:00
|
|
|
opm/simulators/linalg/OwningBlockPreconditioner.hpp
|
2019-06-05 15:00:30 -05:00
|
|
|
opm/simulators/linalg/OwningTwoLevelPreconditioner.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/linalg/ParallelOverlappingILU0.hpp
|
|
|
|
opm/simulators/linalg/ParallelRestrictedAdditiveSchwarz.hpp
|
|
|
|
opm/simulators/linalg/ParallelIstlInformation.hpp
|
2019-05-20 06:23:57 -05:00
|
|
|
opm/simulators/linalg/PressureSolverPolicy.hpp
|
|
|
|
opm/simulators/linalg/PressureTransferPolicy.hpp
|
2019-05-29 09:21:34 -05:00
|
|
|
opm/simulators/linalg/PreconditionerFactory.hpp
|
2019-05-20 07:31:36 -05:00
|
|
|
opm/simulators/linalg/PreconditionerWithUpdate.hpp
|
2021-06-09 03:35:22 -05:00
|
|
|
opm/simulators/linalg/PropertyTree.hpp
|
2020-06-24 08:55:43 -05:00
|
|
|
opm/simulators/linalg/WellOperators.hpp
|
2020-05-13 06:53:45 -05:00
|
|
|
opm/simulators/linalg/WriteSystemMatrixHelper.hpp
|
2019-06-19 08:04:14 -05:00
|
|
|
opm/simulators/linalg/findOverlapRowsAndColumns.hpp
|
2019-06-05 15:00:30 -05:00
|
|
|
opm/simulators/linalg/getQuasiImpesWeights.hpp
|
2019-05-20 06:23:57 -05:00
|
|
|
opm/simulators/linalg/setupPropertyTree.hpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp
|
2018-06-08 08:01:59 -05:00
|
|
|
opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp
|
2018-10-25 04:57:47 -05:00
|
|
|
opm/simulators/timestepping/ConvergenceReport.hpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/TimeStepControl.hpp
|
|
|
|
opm/simulators/timestepping/TimeStepControlInterface.hpp
|
|
|
|
opm/simulators/timestepping/SimulatorTimer.hpp
|
|
|
|
opm/simulators/timestepping/SimulatorTimerInterface.hpp
|
2018-11-13 07:01:01 -06:00
|
|
|
opm/simulators/timestepping/gatherConvergenceReport.hpp
|
2019-05-07 06:06:02 -05: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 03:27:36 -06:00
|
|
|
opm/simulators/utils/ParallelEclipseState.hpp
|
2019-10-10 16:06:55 -05:00
|
|
|
opm/simulators/utils/ParallelRestart.hpp
|
2020-03-04 14:06:21 -06:00
|
|
|
opm/simulators/utils/PropsCentroidsDataHandle.hpp
|
2021-10-12 05:01:42 -05:00
|
|
|
opm/simulators/utils/VectorVectorDataHandle.hpp
|
2022-01-25 05:09:30 -06:00
|
|
|
opm/simulators/wells/ALQState.hpp
|
|
|
|
opm/simulators/wells/BlackoilWellModel.hpp
|
|
|
|
opm/simulators/wells/BlackoilWellModel_impl.hpp
|
|
|
|
opm/simulators/wells/GasLiftCommon.hpp
|
|
|
|
opm/simulators/wells/GasLiftGroupInfo.hpp
|
|
|
|
opm/simulators/wells/GasLiftSingleWellGeneric.hpp
|
|
|
|
opm/simulators/wells/GasLiftSingleWell.hpp
|
|
|
|
opm/simulators/wells/GasLiftSingleWell_impl.hpp
|
|
|
|
opm/simulators/wells/GasLiftStage2.hpp
|
|
|
|
opm/simulators/wells/GasLiftWellState.hpp
|
|
|
|
opm/simulators/wells/GlobalWellInfo.hpp
|
|
|
|
opm/simulators/wells/GroupState.hpp
|
|
|
|
opm/simulators/wells/MSWellHelpers.hpp
|
|
|
|
opm/simulators/wells/MultisegmentWell.hpp
|
|
|
|
opm/simulators/wells/MultisegmentWell_impl.hpp
|
|
|
|
opm/simulators/wells/ParallelWellInfo.hpp
|
2021-06-04 06:53:13 -05:00
|
|
|
opm/simulators/wells/PerfData.hpp
|
2019-10-23 02:09:45 -05:00
|
|
|
opm/simulators/wells/PerforationData.hpp
|
2019-06-20 02:09:19 -05:00
|
|
|
opm/simulators/wells/RateConverter.hpp
|
2022-01-25 05:09:30 -06:00
|
|
|
opm/simulators/utils/readDeck.hpp
|
2021-09-06 07:20:40 -05:00
|
|
|
opm/simulators/wells/RegionAttributeHelpers.hpp
|
|
|
|
opm/simulators/wells/RegionAverageCalculator.hpp
|
2021-08-03 13:05:14 -05:00
|
|
|
opm/simulators/wells/SingleWellState.hpp
|
2022-01-25 05:09:30 -06:00
|
|
|
opm/simulators/wells/StandardWell.hpp
|
|
|
|
opm/simulators/wells/StandardWell_impl.hpp
|
2020-03-27 07:27:45 -05:00
|
|
|
opm/simulators/wells/TargetCalculator.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/wells/VFPHelpers.hpp
|
|
|
|
opm/simulators/wells/VFPInjProperties.hpp
|
|
|
|
opm/simulators/wells/VFPProdProperties.hpp
|
2022-01-25 05:09:30 -06:00
|
|
|
opm/simulators/wells/VFPProperties.hpp
|
|
|
|
opm/simulators/wells/WellConnectionAuxiliaryModule.hpp
|
2019-08-07 07:13:11 -05:00
|
|
|
opm/simulators/wells/WellGroupHelpers.hpp
|
2019-05-07 06:06:02 -05:00
|
|
|
opm/simulators/wells/WellHelpers.hpp
|
|
|
|
opm/simulators/wells/WellInterface.hpp
|
|
|
|
opm/simulators/wells/WellInterface_impl.hpp
|
2020-10-08 17:17:16 -05:00
|
|
|
opm/simulators/wells/WellProdIndexCalculator.hpp
|
2022-01-25 05:09:30 -06:00
|
|
|
opm/simulators/wells/WellState.hpp
|
|
|
|
opm/simulators/wells/WGState.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2020-05-20 04:27:28 -05:00
|
|
|
|
|
|
|
list (APPEND EXAMPLE_SOURCE_FILES
|
|
|
|
examples/printvfp.cpp
|
|
|
|
)
|