2013-05-15 03:24:52 -05:00
|
|
|
# -*- mode: cmake; tab-width: 2; indent-tabs-mode: t; truncate-lines: t; compile-command: "cmake -Wdev" -*-
|
|
|
|
# vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap:
|
|
|
|
|
|
|
|
# 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
|
2017-02-23 03:19:21 -06:00
|
|
|
opm/autodiff/Compat.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/ExtractParallelGridInformationToISTL.cpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilCPR.cpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilInterleaved.cpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilSimple.cpp
|
|
|
|
opm/autodiff/NewtonIterationUtilities.cpp
|
|
|
|
opm/autodiff/GridHelpers.cpp
|
|
|
|
opm/autodiff/ImpesTPFAAD.cpp
|
|
|
|
opm/autodiff/moduleVersion.cpp
|
2016-07-07 06:04:57 -05:00
|
|
|
opm/autodiff/multiPhaseUpwind.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/SimulatorFullyImplicitBlackoilOutput.cpp
|
|
|
|
opm/autodiff/SimulatorIncompTwophaseAd.cpp
|
|
|
|
opm/autodiff/TransportSolverTwophaseAd.cpp
|
|
|
|
opm/autodiff/BlackoilPropsAdFromDeck.cpp
|
|
|
|
opm/autodiff/BlackoilModelParameters.cpp
|
|
|
|
opm/autodiff/WellDensitySegmented.cpp
|
|
|
|
opm/autodiff/LinearisedBlackoilResidual.cpp
|
|
|
|
opm/autodiff/VFPProperties.cpp
|
|
|
|
opm/autodiff/VFPProdProperties.cpp
|
|
|
|
opm/autodiff/VFPInjProperties.cpp
|
2016-07-07 02:37:38 -05:00
|
|
|
opm/autodiff/MissingFeatures.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/flowdiagnostics/AnisotropicEikonal.cpp
|
|
|
|
opm/core/flowdiagnostics/DGBasis.cpp
|
|
|
|
opm/core/flowdiagnostics/FlowDiagnostics.cpp
|
|
|
|
opm/core/flowdiagnostics/TofDiscGalReorder.cpp
|
|
|
|
opm/core/flowdiagnostics/TofReorder.cpp
|
|
|
|
opm/core/linalg/LinearSolverFactory.cpp
|
|
|
|
opm/core/linalg/LinearSolverInterface.cpp
|
|
|
|
opm/core/linalg/LinearSolverIstl.cpp
|
|
|
|
opm/core/linalg/LinearSolverPetsc.cpp
|
|
|
|
opm/core/linalg/LinearSolverUmfpack.cpp
|
|
|
|
opm/core/linalg/call_umfpack.c
|
|
|
|
opm/core/linalg/sparse_sys.c
|
|
|
|
opm/core/pressure/CompressibleTpfa.cpp
|
|
|
|
opm/core/pressure/FlowBCManager.cpp
|
|
|
|
opm/core/pressure/IncompTpfa.cpp
|
|
|
|
opm/core/pressure/IncompTpfaSinglePhase.cpp
|
|
|
|
opm/core/pressure/flow_bc.c
|
|
|
|
opm/core/pressure/mimetic/mimetic.c
|
|
|
|
opm/core/pressure/msmfem/dfs.c
|
|
|
|
opm/core/pressure/msmfem/partition.c
|
|
|
|
opm/core/pressure/tpfa/cfs_tpfa_residual.c
|
|
|
|
opm/core/pressure/tpfa/ifs_tpfa.c
|
|
|
|
opm/core/props/BlackoilPropertiesBasic.cpp
|
|
|
|
opm/core/props/BlackoilPropertiesFromDeck.cpp
|
|
|
|
opm/core/props/IncompPropertiesBasic.cpp
|
|
|
|
opm/core/props/IncompPropertiesFromDeck.cpp
|
|
|
|
opm/core/props/IncompPropertiesSinglePhase.cpp
|
|
|
|
opm/core/props/pvt/PvtPropertiesBasic.cpp
|
|
|
|
opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp
|
|
|
|
opm/core/props/rock/RockBasic.cpp
|
|
|
|
opm/core/props/rock/RockCompressibility.cpp
|
|
|
|
opm/core/props/rock/RockFromDeck.cpp
|
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.cpp
|
|
|
|
opm/core/props/satfunc/SaturationPropsBasic.cpp
|
|
|
|
opm/core/props/satfunc/SaturationPropsFromDeck.cpp
|
|
|
|
opm/core/simulator/BlackoilState.cpp
|
|
|
|
opm/core/simulator/TwophaseState.cpp
|
|
|
|
opm/core/simulator/SimulatorReport.cpp
|
|
|
|
opm/core/transport/TransportSolverTwophaseInterface.cpp
|
|
|
|
opm/core/transport/reorder/ReorderSolverInterface.cpp
|
|
|
|
opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.cpp
|
|
|
|
opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp
|
|
|
|
opm/core/transport/reorder/reordersequence.cpp
|
|
|
|
opm/core/transport/reorder/tarjan.c
|
2017-12-04 09:30:59 -06:00
|
|
|
opm/core/utility/Event.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/utility/miscUtilities.cpp
|
|
|
|
opm/core/utility/miscUtilitiesBlackoil.cpp
|
2017-12-04 09:30:59 -06:00
|
|
|
opm/core/utility/NullStream.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/wells/InjectionSpecification.cpp
|
|
|
|
opm/core/wells/ProductionSpecification.cpp
|
|
|
|
opm/core/wells/WellCollection.cpp
|
|
|
|
opm/core/wells/WellsGroup.cpp
|
|
|
|
opm/core/wells/WellsManager.cpp
|
|
|
|
opm/core/wells/well_controls.c
|
|
|
|
opm/core/wells/wells.c
|
2016-04-01 08:28:14 -05:00
|
|
|
opm/polymer/PolymerState.cpp
|
|
|
|
opm/polymer/PolymerBlackoilState.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/polymer/CompressibleTpfaPolymer.cpp
|
|
|
|
opm/polymer/IncompTpfaPolymer.cpp
|
|
|
|
opm/polymer/PolymerInflow.cpp
|
|
|
|
opm/polymer/PolymerProperties.cpp
|
|
|
|
opm/polymer/polymerUtilities.cpp
|
|
|
|
opm/polymer/SimulatorCompressiblePolymer.cpp
|
|
|
|
opm/polymer/SimulatorPolymer.cpp
|
|
|
|
opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp
|
|
|
|
opm/polymer/TransportSolverTwophasePolymer.cpp
|
2017-11-24 04:41:34 -06:00
|
|
|
opm/simulators/flow_ebos_blackoil.cpp
|
2017-10-05 09:55:30 -05:00
|
|
|
opm/simulators/flow_ebos_gasoil.cpp
|
|
|
|
opm/simulators/flow_ebos_oilwater.cpp
|
|
|
|
opm/simulators/flow_ebos_polymer.cpp
|
|
|
|
opm/simulators/flow_ebos_solvent.cpp
|
2017-04-06 05:14:06 -05:00
|
|
|
opm/simulators/ensureDirectoryExists.cpp
|
2016-04-08 11:35:12 -05:00
|
|
|
opm/simulators/SimulatorCompressibleTwophase.cpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/simulators/WellSwitchingLogger.cpp
|
2016-12-06 02:26:45 -06:00
|
|
|
opm/simulators/vtk/writeVtkData.cpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/TimeStepControl.cpp
|
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.cpp
|
|
|
|
opm/simulators/timestepping/SimulatorTimer.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2013-05-15 03:24:52 -05:00
|
|
|
|
2015-10-21 10:35:44 -05: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
|
2016-04-08 06:07:44 -05:00
|
|
|
tests/test_autodiffhelpers.cpp
|
|
|
|
tests/test_autodiffmatrix.cpp
|
|
|
|
tests/test_block.cpp
|
|
|
|
tests/test_boprops_ad.cpp
|
|
|
|
tests/test_rateconverter.cpp
|
|
|
|
tests/test_span.cpp
|
|
|
|
tests/test_syntax.cpp
|
|
|
|
tests/test_scalar_mult.cpp
|
|
|
|
tests/test_transmissibilitymultipliers.cpp
|
|
|
|
tests/test_welldensitysegmented.cpp
|
|
|
|
tests/test_vfpproperties.cpp
|
|
|
|
tests/test_singlecellsolves.cpp
|
2017-06-01 06:55:11 -05:00
|
|
|
tests/test_multiphaseupwind.cpp
|
2017-08-22 10:14:52 -05:00
|
|
|
tests/test_wellmodel.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
# tests/test_thresholdpressure.cpp
|
2016-12-05 07:58:47 -06:00
|
|
|
tests/test_wellswitchlogger.cpp
|
2017-02-10 06:01:50 -06:00
|
|
|
tests/test_timer.cpp
|
2017-08-29 04:01:20 -05:00
|
|
|
tests/test_invert.cpp
|
2017-12-04 09:30:59 -06:00
|
|
|
tests/test_event.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
tests/test_dgbasis.cpp
|
|
|
|
tests/test_flowdiagnostics.cpp
|
|
|
|
tests/test_parallelistlinformation.cpp
|
|
|
|
tests/test_wells.cpp
|
|
|
|
tests/test_linearsolver.cpp
|
|
|
|
tests/test_parallel_linearsolver.cpp
|
|
|
|
tests/test_satfunc.cpp
|
|
|
|
tests/test_shadow.cpp
|
2018-01-19 07:48:40 -06:00
|
|
|
tests/test_equil_legacy.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
tests/test_blackoilstate.cpp
|
|
|
|
tests/test_wellsmanager.cpp
|
|
|
|
tests/test_wellcontrols.cpp
|
|
|
|
tests/test_wellsgroup.cpp
|
|
|
|
tests/test_wellcollection.cpp
|
|
|
|
tests/test_pinchprocessor.cpp
|
|
|
|
tests/test_anisotropiceikonal.cpp
|
|
|
|
tests/test_stoppedwells.cpp
|
|
|
|
tests/test_relpermdiagnostics.cpp
|
|
|
|
tests/test_norne_pvt.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2013-11-26 05:55:41 -06:00
|
|
|
|
2013-05-15 03:24:52 -05:00
|
|
|
list (APPEND TEST_DATA_FILES
|
2016-04-08 06:07:44 -05:00
|
|
|
tests/fluid.data
|
|
|
|
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/satfuncStandard.DATA
|
|
|
|
tests/satfuncEPSBase.DATA
|
|
|
|
tests/satfuncEPS_A.DATA
|
|
|
|
tests/satfuncEPS_B.DATA
|
|
|
|
tests/satfuncEPS_C.DATA
|
|
|
|
tests/satfuncEPS_D.DATA
|
|
|
|
tests/testBlackoilState1.DATA
|
|
|
|
tests/testBlackoilState2.DATA
|
|
|
|
tests/testPinch1.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
|
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 tutorials examples -name '*.c*' -printf '\t%p\n' | sort
|
|
|
|
list (APPEND EXAMPLE_SOURCE_FILES
|
2016-04-08 06:07:44 -05:00
|
|
|
examples/find_zero.cpp
|
2016-11-04 09:30:37 -05:00
|
|
|
examples/flow_legacy.cpp
|
2016-07-03 01:04:25 -05:00
|
|
|
examples/flow_reorder.cpp
|
2015-12-01 07:15:35 -06:00
|
|
|
examples/flow_sequential.cpp
|
2017-08-23 08:58:55 -05:00
|
|
|
examples/flow.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
examples/sim_2p_incomp_ad.cpp
|
2016-04-08 11:35:12 -05:00
|
|
|
examples/sim_2p_comp_reorder.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
examples/sim_simple.cpp
|
|
|
|
examples/sim_poly2p_comp_reorder.cpp
|
|
|
|
examples/sim_poly2p_incomp_reorder.cpp
|
2017-02-10 06:01:50 -06:00
|
|
|
examples/wells_example.cpp
|
2018-01-17 08:33:33 -06:00
|
|
|
examples/compute_eikonal_from_files.cpp
|
|
|
|
examples/compute_initial_state.cpp
|
|
|
|
examples/compute_tof_from_files.cpp
|
|
|
|
examples/diagnose_relperm.cpp
|
2018-01-19 07:50:43 -06:00
|
|
|
tutorials/sim_tutorial1.cpp
|
|
|
|
tutorials/sim_tutorial2.cpp
|
|
|
|
tutorials/sim_tutorial3.cpp
|
|
|
|
tutorials/sim_tutorial4.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|
2013-05-15 03:24:52 -05:00
|
|
|
|
|
|
|
# programs listed here will not only be compiled, but also marked for
|
|
|
|
# installation
|
|
|
|
list (APPEND PROGRAM_SOURCE_FILES
|
2016-04-11 09:13:30 -05:00
|
|
|
examples/sim_2p_incomp.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
examples/sim_2p_incomp_ad.cpp
|
2016-04-11 09:13:30 -05:00
|
|
|
examples/sim_2p_comp_reorder.cpp
|
2017-08-23 08:58:55 -05:00
|
|
|
examples/flow.cpp
|
2016-11-04 09:30:37 -05:00
|
|
|
examples/flow_legacy.cpp
|
2016-07-03 01:04:25 -05:00
|
|
|
examples/flow_reorder.cpp
|
2015-12-01 07:15:35 -06:00
|
|
|
examples/flow_sequential.cpp
|
2016-04-08 06:07:44 -05:00
|
|
|
examples/sim_poly2p_comp_reorder.cpp
|
|
|
|
examples/sim_poly2p_incomp_reorder.cpp
|
|
|
|
)
|
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
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/AdditionalObjectDeleter.hpp
|
|
|
|
opm/autodiff/AutoDiffBlock.hpp
|
|
|
|
opm/autodiff/AutoDiffHelpers.hpp
|
|
|
|
opm/autodiff/AutoDiffMatrix.hpp
|
|
|
|
opm/autodiff/AutoDiff.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/autodiff/BlackoilDetails.hpp
|
2016-12-08 09:29:55 -06:00
|
|
|
opm/autodiff/BlackoilLegacyDetails.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/BlackoilModel.hpp
|
|
|
|
opm/autodiff/BlackoilModelBase.hpp
|
|
|
|
opm/autodiff/BlackoilModelBase_impl.hpp
|
|
|
|
opm/autodiff/BlackoilModelEnums.hpp
|
|
|
|
opm/autodiff/BlackoilModelParameters.hpp
|
2015-12-01 07:15:35 -06:00
|
|
|
opm/autodiff/BlackoilPressureModel.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/BlackoilPropsAdFromDeck.hpp
|
2016-09-23 06:25:02 -05:00
|
|
|
opm/autodiff/Compat.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/CPRPreconditioner.hpp
|
|
|
|
opm/autodiff/createGlobalCellArray.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/autodiff/DefaultBlackoilSolutionState.hpp
|
2015-12-01 07:15:35 -06:00
|
|
|
opm/autodiff/BlackoilSequentialModel.hpp
|
2016-07-01 07:41:19 -05:00
|
|
|
opm/autodiff/BlackoilReorderingTransportModel.hpp
|
2015-12-01 07:15:35 -06:00
|
|
|
opm/autodiff/BlackoilTransportModel.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/fastSparseOperations.hpp
|
2016-07-01 07:31:13 -05:00
|
|
|
opm/autodiff/DebugTimeReport.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/DuneMatrix.hpp
|
|
|
|
opm/autodiff/ExtractParallelGridInformationToISTL.hpp
|
|
|
|
opm/autodiff/FlowMain.hpp
|
2016-07-12 12:01:14 -05:00
|
|
|
opm/autodiff/FlowMainEbos.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/FlowMainPolymer.hpp
|
2015-12-01 07:15:35 -06:00
|
|
|
opm/autodiff/FlowMainSequential.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/GeoProps.hpp
|
|
|
|
opm/autodiff/GridHelpers.hpp
|
|
|
|
opm/autodiff/GridInit.hpp
|
|
|
|
opm/autodiff/ImpesTPFAAD.hpp
|
2016-11-02 07:10:44 -05:00
|
|
|
opm/autodiff/ISTLSolver.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/autodiff/IterationReport.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/moduleVersion.hpp
|
2016-07-07 06:04:57 -05:00
|
|
|
opm/autodiff/multiPhaseUpwind.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/NewtonIterationBlackoilCPR.hpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilInterface.hpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilInterleaved.hpp
|
|
|
|
opm/autodiff/NewtonIterationBlackoilSimple.hpp
|
|
|
|
opm/autodiff/NewtonIterationUtilities.hpp
|
|
|
|
opm/autodiff/NonlinearSolver.hpp
|
|
|
|
opm/autodiff/NonlinearSolver_impl.hpp
|
|
|
|
opm/autodiff/LinearisedBlackoilResidual.hpp
|
|
|
|
opm/autodiff/ParallelDebugOutput.hpp
|
|
|
|
opm/autodiff/ParallelOverlappingILU0.hpp
|
|
|
|
opm/autodiff/ParallelRestrictedAdditiveSchwarz.hpp
|
|
|
|
opm/autodiff/RateConverter.hpp
|
|
|
|
opm/autodiff/RedistributeDataHandles.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/autodiff/SimFIBODetails.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/SimulatorBase.hpp
|
|
|
|
opm/autodiff/SimulatorBase_impl.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/SimulatorFullyImplicitBlackoil.hpp
|
|
|
|
opm/autodiff/SimulatorIncompTwophaseAd.hpp
|
2015-12-01 07:15:35 -06:00
|
|
|
opm/autodiff/SimulatorSequentialBlackoil.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/TransportSolverTwophaseAd.hpp
|
|
|
|
opm/autodiff/WellDensitySegmented.hpp
|
|
|
|
opm/autodiff/WellStateFullyImplicitBlackoil.hpp
|
|
|
|
opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp
|
2017-12-07 08:25:21 -06:00
|
|
|
opm/autodiff/BlackoilOutputEbos.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/VFPProperties.hpp
|
|
|
|
opm/autodiff/VFPHelpers.hpp
|
|
|
|
opm/autodiff/VFPProdProperties.hpp
|
|
|
|
opm/autodiff/VFPInjProperties.hpp
|
2016-04-11 08:45:03 -05:00
|
|
|
opm/autodiff/WellHelpers.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/autodiff/StandardWells.hpp
|
2016-04-29 09:32:21 -05:00
|
|
|
opm/autodiff/StandardWells_impl.hpp
|
2017-07-25 07:27:02 -05:00
|
|
|
opm/autodiff/WellInterface.hpp
|
2017-08-18 09:25:05 -05:00
|
|
|
opm/autodiff/WellInterface_impl.hpp
|
2017-08-17 08:29:56 -05:00
|
|
|
opm/autodiff/StandardWell.hpp
|
2017-08-18 09:25:05 -05:00
|
|
|
opm/autodiff/StandardWell_impl.hpp
|
2017-08-17 08:49:54 -05:00
|
|
|
opm/autodiff/MultisegmentWell.hpp
|
|
|
|
opm/autodiff/MultisegmentWell_impl.hpp
|
2017-09-27 09:11:39 -05:00
|
|
|
opm/autodiff/MSWellHelpers.hpp
|
2017-09-26 03:52:05 -05:00
|
|
|
opm/autodiff/BlackoilWellModel.hpp
|
|
|
|
opm/autodiff/BlackoilWellModel_impl.hpp
|
2016-07-07 02:37:38 -05:00
|
|
|
opm/autodiff/MissingFeatures.hpp
|
2016-11-18 04:34:16 -06:00
|
|
|
opm/autodiff/ThreadHandle.hpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/flowdiagnostics/AnisotropicEikonal.hpp
|
|
|
|
opm/core/flowdiagnostics/DGBasis.hpp
|
|
|
|
opm/core/flowdiagnostics/FlowDiagnostics.hpp
|
|
|
|
opm/core/flowdiagnostics/TofDiscGalReorder.hpp
|
|
|
|
opm/core/flowdiagnostics/TofReorder.hpp
|
|
|
|
opm/core/linalg/LinearSolverFactory.hpp
|
|
|
|
opm/core/linalg/LinearSolverInterface.hpp
|
|
|
|
opm/core/linalg/LinearSolverIstl.hpp
|
|
|
|
opm/core/linalg/LinearSolverPetsc.hpp
|
|
|
|
opm/core/linalg/LinearSolverUmfpack.hpp
|
|
|
|
opm/core/linalg/ParallelIstlInformation.hpp
|
|
|
|
opm/core/linalg/call_umfpack.h
|
|
|
|
opm/core/linalg/sparse_sys.h
|
|
|
|
opm/core/pressure/CompressibleTpfa.hpp
|
|
|
|
opm/core/pressure/FlowBCManager.hpp
|
|
|
|
opm/core/pressure/IncompTpfa.hpp
|
|
|
|
opm/core/pressure/flow_bc.h
|
|
|
|
opm/core/pressure/legacy_well.h
|
|
|
|
opm/core/pressure/mimetic/mimetic.h
|
|
|
|
opm/core/pressure/msmfem/dfs.h
|
|
|
|
opm/core/pressure/msmfem/partition.h
|
|
|
|
opm/core/pressure/tpfa/cfs_tpfa_residual.h
|
|
|
|
opm/core/pressure/tpfa/compr_quant_general.h
|
|
|
|
opm/core/pressure/tpfa/compr_source.h
|
|
|
|
opm/core/pressure/tpfa/ifs_tpfa.h
|
|
|
|
opm/core/props/BlackoilPhases.hpp
|
|
|
|
opm/core/props/BlackoilPropertiesBasic.hpp
|
|
|
|
opm/core/props/BlackoilPropertiesFromDeck.hpp
|
|
|
|
opm/core/props/BlackoilPropertiesInterface.hpp
|
|
|
|
opm/core/props/IncompPropertiesBasic.hpp
|
|
|
|
opm/core/props/IncompPropertiesFromDeck.hpp
|
|
|
|
opm/core/props/IncompPropertiesInterface.hpp
|
|
|
|
opm/core/props/IncompPropertiesShadow.hpp
|
|
|
|
opm/core/props/IncompPropertiesShadow_impl.hpp
|
|
|
|
opm/core/props/IncompPropertiesSinglePhase.hpp
|
|
|
|
opm/core/props/phaseUsageFromDeck.hpp
|
|
|
|
opm/core/props/pvt/PvtPropertiesBasic.hpp
|
|
|
|
opm/core/props/pvt/PvtPropertiesIncompFromDeck.hpp
|
|
|
|
opm/core/props/pvt/ThermalGasPvtWrapper.hpp
|
|
|
|
opm/core/props/pvt/ThermalOilPvtWrapper.hpp
|
|
|
|
opm/core/props/pvt/ThermalWaterPvtWrapper.hpp
|
|
|
|
opm/core/props/rock/RockBasic.hpp
|
|
|
|
opm/core/props/rock/RockCompressibility.hpp
|
|
|
|
opm/core/props/rock/RockFromDeck.hpp
|
|
|
|
opm/core/props/satfunc/RelpermDiagnostics.hpp
|
|
|
|
opm/core/props/satfunc/SaturationPropsBasic.hpp
|
|
|
|
opm/core/props/satfunc/SaturationPropsFromDeck.hpp
|
|
|
|
opm/core/props/satfunc/SaturationPropsInterface.hpp
|
|
|
|
opm/core/props/satfunc/RelpermDiagnostics_impl.hpp
|
|
|
|
opm/core/simulator/BlackoilState.hpp
|
|
|
|
opm/core/simulator/BlackoilStateToFluidState.hpp
|
|
|
|
opm/core/simulator/EquilibrationHelpers.hpp
|
|
|
|
opm/core/simulator/ExplicitArraysFluidState.hpp
|
|
|
|
opm/core/simulator/ExplicitArraysSatDerivativesFluidState.hpp
|
|
|
|
opm/core/simulator/SimulatorReport.hpp
|
|
|
|
opm/core/simulator/TwophaseState.hpp
|
|
|
|
opm/core/simulator/WellState.hpp
|
|
|
|
opm/core/simulator/initState.hpp
|
|
|
|
opm/core/simulator/initStateEquil.hpp
|
|
|
|
opm/core/simulator/initStateEquil_impl.hpp
|
|
|
|
opm/core/simulator/initState_impl.hpp
|
|
|
|
opm/core/transport/TransportSolverTwophaseInterface.hpp
|
|
|
|
opm/core/transport/reorder/ReorderSolverInterface.hpp
|
|
|
|
opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.hpp
|
|
|
|
opm/core/transport/reorder/TransportSolverTwophaseReorder.hpp
|
|
|
|
opm/core/transport/reorder/reordersequence.h
|
|
|
|
opm/core/transport/reorder/tarjan.h
|
2017-12-04 09:30:59 -06:00
|
|
|
opm/core/utility/DataMap.hpp
|
|
|
|
opm/core/utility/Event.hpp
|
|
|
|
opm/core/utility/Event_impl.hpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/utility/initHydroCarbonState.hpp
|
|
|
|
opm/core/utility/miscUtilities.hpp
|
|
|
|
opm/core/utility/miscUtilitiesBlackoil.hpp
|
|
|
|
opm/core/utility/miscUtilities_impl.hpp
|
2017-12-04 09:30:59 -06:00
|
|
|
opm/core/utility/NullStream.hpp
|
|
|
|
opm/core/utility/share_obj.hpp
|
2018-01-17 08:33:33 -06:00
|
|
|
opm/core/well_controls.h
|
|
|
|
opm/core/wells.h
|
|
|
|
opm/core/wells/InjectionSpecification.hpp
|
|
|
|
opm/core/wells/ProductionSpecification.hpp
|
|
|
|
opm/core/wells/WellCollection.hpp
|
|
|
|
opm/core/wells/WellsGroup.hpp
|
|
|
|
opm/core/wells/WellsManager.hpp
|
|
|
|
opm/core/wells/DynamicListEconLimited.hpp
|
|
|
|
opm/core/wells/WellsManager_impl.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
opm/polymer/CompressibleTpfaPolymer.hpp
|
|
|
|
opm/polymer/GravityColumnSolverPolymer.hpp
|
|
|
|
opm/polymer/GravityColumnSolverPolymer_impl.hpp
|
|
|
|
opm/polymer/IncompPropertiesDefaultPolymer.hpp
|
|
|
|
opm/polymer/IncompTpfaPolymer.hpp
|
|
|
|
opm/polymer/PolymerBlackoilState.hpp
|
|
|
|
opm/polymer/PolymerInflow.hpp
|
|
|
|
opm/polymer/PolymerProperties.hpp
|
|
|
|
opm/polymer/PolymerState.hpp
|
|
|
|
opm/polymer/polymerUtilities.hpp
|
|
|
|
opm/polymer/SimulatorCompressiblePolymer.hpp
|
|
|
|
opm/polymer/SimulatorPolymer.hpp
|
|
|
|
opm/polymer/SinglePointUpwindTwoPhasePolymer.hpp
|
|
|
|
opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp
|
|
|
|
opm/polymer/Point2D.hpp
|
|
|
|
opm/polymer/TransportSolverTwophasePolymer.hpp
|
2017-11-24 04:41:34 -06:00
|
|
|
opm/simulators/flow_ebos_blackoil.hpp
|
2017-10-05 09:55:30 -05:00
|
|
|
opm/simulators/flow_ebos_gasoil.hpp
|
|
|
|
opm/simulators/flow_ebos_oilwater.hpp
|
|
|
|
opm/simulators/flow_ebos_polymer.hpp
|
|
|
|
opm/simulators/flow_ebos_solvent.hpp
|
2017-04-06 05:14:06 -05:00
|
|
|
opm/simulators/ensureDirectoryExists.hpp
|
2016-10-05 03:32:55 -05:00
|
|
|
opm/simulators/ParallelFileMerger.hpp
|
2016-04-11 09:13:30 -05:00
|
|
|
opm/simulators/SimulatorCompressibleTwophase.hpp
|
2016-12-05 07:58:47 -06:00
|
|
|
opm/simulators/thresholdPressures.hpp
|
|
|
|
opm/simulators/WellSwitchingLogger.hpp
|
2016-12-06 02:26:45 -06:00
|
|
|
opm/simulators/vtk/writeVtkData.hpp
|
2017-02-10 06:01:50 -06:00
|
|
|
opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp
|
|
|
|
opm/simulators/timestepping/AdaptiveTimeStepping.hpp
|
|
|
|
opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp
|
|
|
|
opm/simulators/timestepping/TimeStepControl.hpp
|
|
|
|
opm/simulators/timestepping/TimeStepControlInterface.hpp
|
|
|
|
opm/simulators/timestepping/SimulatorTimer.hpp
|
|
|
|
opm/simulators/timestepping/SimulatorTimerInterface.hpp
|
2016-04-08 06:07:44 -05:00
|
|
|
)
|