mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adjust the list of files in CMakeLists_files
some files (e.g., thresholdPressures.hpp) are already missing in the master version of this file, but most of them were specific to the `frankenstein` branch. thanks to [at]atgeirr for noticing this.
This commit is contained in:
parent
2f208962f0
commit
a82ec08cfa
@ -50,7 +50,6 @@ list (APPEND MAIN_SOURCE_FILES
|
|||||||
opm/autodiff/WellMultiSegment.cpp
|
opm/autodiff/WellMultiSegment.cpp
|
||||||
opm/autodiff/MultisegmentWells.cpp
|
opm/autodiff/MultisegmentWells.cpp
|
||||||
opm/autodiff/BlackoilSolventState.cpp
|
opm/autodiff/BlackoilSolventState.cpp
|
||||||
opm/autodiff/ThreadHandle.hpp
|
|
||||||
opm/autodiff/MissingFeatures.cpp
|
opm/autodiff/MissingFeatures.cpp
|
||||||
opm/polymer/PolymerState.cpp
|
opm/polymer/PolymerState.cpp
|
||||||
opm/polymer/PolymerBlackoilState.cpp
|
opm/polymer/PolymerBlackoilState.cpp
|
||||||
@ -146,6 +145,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/AutoDiffMatrix.hpp
|
opm/autodiff/AutoDiffMatrix.hpp
|
||||||
opm/autodiff/AutoDiff.hpp
|
opm/autodiff/AutoDiff.hpp
|
||||||
opm/autodiff/BackupRestore.hpp
|
opm/autodiff/BackupRestore.hpp
|
||||||
|
opm/autodiff/BlackoilDetails.hpp
|
||||||
opm/autodiff/BlackoilModel.hpp
|
opm/autodiff/BlackoilModel.hpp
|
||||||
opm/autodiff/BlackoilModelBase.hpp
|
opm/autodiff/BlackoilModelBase.hpp
|
||||||
opm/autodiff/BlackoilModelBase_impl.hpp
|
opm/autodiff/BlackoilModelBase_impl.hpp
|
||||||
@ -158,6 +158,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/Compat.hpp
|
opm/autodiff/Compat.hpp
|
||||||
opm/autodiff/CPRPreconditioner.hpp
|
opm/autodiff/CPRPreconditioner.hpp
|
||||||
opm/autodiff/createGlobalCellArray.hpp
|
opm/autodiff/createGlobalCellArray.hpp
|
||||||
|
opm/autodiff/DefaultBlackoilSolutionState.hpp
|
||||||
opm/autodiff/BlackoilSequentialModel.hpp
|
opm/autodiff/BlackoilSequentialModel.hpp
|
||||||
opm/autodiff/BlackoilSolventModel.hpp
|
opm/autodiff/BlackoilSolventModel.hpp
|
||||||
opm/autodiff/BlackoilSolventModel_impl.hpp
|
opm/autodiff/BlackoilSolventModel_impl.hpp
|
||||||
@ -178,6 +179,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/GridInit.hpp
|
opm/autodiff/GridInit.hpp
|
||||||
opm/autodiff/ImpesTPFAAD.hpp
|
opm/autodiff/ImpesTPFAAD.hpp
|
||||||
opm/autodiff/ISTLSolver.hpp
|
opm/autodiff/ISTLSolver.hpp
|
||||||
|
opm/autodiff/IterationReport.hpp
|
||||||
opm/autodiff/moduleVersion.hpp
|
opm/autodiff/moduleVersion.hpp
|
||||||
opm/autodiff/NewtonIterationBlackoilCPR.hpp
|
opm/autodiff/NewtonIterationBlackoilCPR.hpp
|
||||||
opm/autodiff/NewtonIterationBlackoilInterface.hpp
|
opm/autodiff/NewtonIterationBlackoilInterface.hpp
|
||||||
@ -192,13 +194,16 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/ParallelRestrictedAdditiveSchwarz.hpp
|
opm/autodiff/ParallelRestrictedAdditiveSchwarz.hpp
|
||||||
opm/autodiff/RateConverter.hpp
|
opm/autodiff/RateConverter.hpp
|
||||||
opm/autodiff/RedistributeDataHandles.hpp
|
opm/autodiff/RedistributeDataHandles.hpp
|
||||||
|
opm/autodiff/SimFIBODetails.hpp
|
||||||
opm/autodiff/SimulatorBase.hpp
|
opm/autodiff/SimulatorBase.hpp
|
||||||
opm/autodiff/SimulatorBase_impl.hpp
|
opm/autodiff/SimulatorBase_impl.hpp
|
||||||
|
opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoil.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoil.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoilSolvent.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoilSolvent.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp
|
||||||
opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment_impl.hpp
|
opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment_impl.hpp
|
||||||
|
opm/autodiff/SimulatorFullyImplicitBlackoilOutputEbos.hpp
|
||||||
opm/autodiff/SimulatorIncompTwophaseAd.hpp
|
opm/autodiff/SimulatorIncompTwophaseAd.hpp
|
||||||
opm/autodiff/SimulatorSequentialBlackoil.hpp
|
opm/autodiff/SimulatorSequentialBlackoil.hpp
|
||||||
opm/autodiff/TransportSolverTwophaseAd.hpp
|
opm/autodiff/TransportSolverTwophaseAd.hpp
|
||||||
@ -218,9 +223,11 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/WellHelpers.hpp
|
opm/autodiff/WellHelpers.hpp
|
||||||
opm/autodiff/StandardWells.hpp
|
opm/autodiff/StandardWells.hpp
|
||||||
opm/autodiff/StandardWells_impl.hpp
|
opm/autodiff/StandardWells_impl.hpp
|
||||||
|
opm/autodiff/StandardWellsDense.hpp
|
||||||
opm/autodiff/StandardWellsSolvent.hpp
|
opm/autodiff/StandardWellsSolvent.hpp
|
||||||
opm/autodiff/StandardWellsSolvent_impl.hpp
|
opm/autodiff/StandardWellsSolvent_impl.hpp
|
||||||
opm/autodiff/MissingFeatures.hpp
|
opm/autodiff/MissingFeatures.hpp
|
||||||
|
opm/autodiff/ThreadHandle.hpp
|
||||||
opm/polymer/CompressibleTpfaPolymer.hpp
|
opm/polymer/CompressibleTpfaPolymer.hpp
|
||||||
opm/polymer/GravityColumnSolverPolymer.hpp
|
opm/polymer/GravityColumnSolverPolymer.hpp
|
||||||
opm/polymer/GravityColumnSolverPolymer_impl.hpp
|
opm/polymer/GravityColumnSolverPolymer_impl.hpp
|
||||||
@ -249,6 +256,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/simulators/ParallelFileMerger.hpp
|
opm/simulators/ParallelFileMerger.hpp
|
||||||
opm/simulators/SimulatorCompressibleTwophase.hpp
|
opm/simulators/SimulatorCompressibleTwophase.hpp
|
||||||
opm/simulators/SimulatorIncompTwophase.hpp
|
opm/simulators/SimulatorIncompTwophase.hpp
|
||||||
|
opm/simulators/thresholdPressures.hpp
|
||||||
opm/simulators/WellSwitchingLogger.hpp
|
opm/simulators/WellSwitchingLogger.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user