2015-09-08 03:39:49 -05:00
|
|
|
# This file sets up five lists:
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# TEST_SOURCE_FILES List of programs that will be run as unit tests.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
list (APPEND MAIN_SOURCE_FILES
|
2019-02-01 01:57:05 -06:00
|
|
|
examples/test_util/EclFile.cpp
|
2018-02-28 06:55:36 -06:00
|
|
|
src/opm/common/data/SimulationDataContainer.cpp
|
|
|
|
src/opm/common/OpmLog/CounterLog.cpp
|
|
|
|
src/opm/common/OpmLog/EclipsePRTLog.cpp
|
|
|
|
src/opm/common/OpmLog/LogBackend.cpp
|
|
|
|
src/opm/common/OpmLog/Logger.cpp
|
|
|
|
src/opm/common/OpmLog/LogUtil.cpp
|
|
|
|
src/opm/common/OpmLog/OpmLog.cpp
|
|
|
|
src/opm/common/OpmLog/StreamLog.cpp
|
|
|
|
src/opm/common/OpmLog/TimerLog.cpp
|
|
|
|
src/opm/common/utility/numeric/MonotCubicInterpolator.cpp
|
|
|
|
src/opm/common/utility/parameters/Parameter.cpp
|
|
|
|
src/opm/common/utility/parameters/ParameterGroup.cpp
|
|
|
|
src/opm/common/utility/parameters/ParameterTools.cpp
|
2018-03-20 08:40:21 -05:00
|
|
|
src/opm/common/utility/numeric/calculateCellVol.cpp
|
2015-09-08 03:39:49 -05:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_INPUT)
|
|
|
|
list(APPEND MAIN_SOURCE_FILES
|
|
|
|
src/opm/json/JsonObject.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/Deck.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/DeckItem.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/DeckKeyword.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/DeckRecord.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/DeckOutput.cpp
|
|
|
|
src/opm/parser/eclipse/Deck/Section.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/AquiferCT.cpp
|
2018-10-09 08:55:51 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Aquifetp.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Aquancon.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/checkDeck.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Eclipse3DProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/EclipseConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/EclipseState.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/EndpointScaling.cpp
|
2018-11-09 01:11:57 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Edit/EDITNNC.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/Box.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/BoxManager.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/EclipseGrid.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/FaceDir.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/FaultCollection.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/Fault.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/FaultFace.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/GridDims.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/GridProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/GridProperty.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/MULTREGTScanner.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/NNC.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/PinchMode.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/setKeywordBox.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Grid/TransMult.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/InitConfig/Equil.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/InitConfig/InitConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/IOConfig/IOConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/IOConfig/RestartConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Runspec.cpp
|
2019-01-17 04:22:49 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionAST.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionContext.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/Actions.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionX.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionParser.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionValue.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Action/ASTNode.cpp
|
2019-01-29 07:20:13 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/ArrayDimChecker.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Events.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Group.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/GroupTree.cpp
|
2019-03-25 04:03:16 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/injection.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/MessageLimits.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/MSW/Compsegs.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/MSW/Segment.cpp
|
2018-06-20 04:36:50 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/MSW/WellSegments.cpp
|
2018-06-10 13:54:34 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/MSW/updatingConnectionsWithSegments.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/OilVaporizationProperties.cpp
|
2019-04-03 11:46:29 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/RFTConfig.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/ScheduleEnums.cpp
|
2018-11-09 13:36:58 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/SummaryState.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/TimeMap.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Tuning.cpp
|
2019-03-08 00:12:07 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/Connection.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/Well.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellConnections.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WList.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WListManager.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellEconProductionLimits.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellInjectionProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellPolymerProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellTracerProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellProductionProperties.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellTestConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/Well/WellTestState.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/SimulationConfig/SimulationConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/SimulationConfig/ThresholdPressure.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/SummaryConfig/SummaryConfig.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/ColumnSchema.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/JFunc.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/PvtxTable.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/SimpleTable.cpp
|
2018-10-18 06:25:35 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/PolyInjTables.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/TableColumn.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/TableContainer.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/TableIndex.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/TableManager.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/TableSchema.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/Tables.cpp
|
2019-03-18 11:08:38 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/Rock2dTable.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Tables/Rock2dtrTable.cpp
|
2019-03-07 03:54:56 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQASTNode.cpp
|
2019-02-18 01:32:17 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQParams.cpp
|
2019-03-07 03:54:56 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQParser.cpp
|
2019-02-18 01:32:17 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.cpp
|
2019-02-18 08:08:08 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQWellSet.cpp
|
2019-02-18 08:08:36 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQAssign.cpp
|
2019-03-07 03:54:56 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQDefine.cpp
|
2019-02-21 05:23:29 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQEnums.cpp
|
2019-02-21 04:49:33 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQInput.cpp
|
2019-02-18 01:32:17 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQContext.cpp
|
2019-02-21 01:36:57 -06:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunction.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunctionTable.cpp
|
2018-04-06 05:12:30 -05:00
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.cpp
|
|
|
|
src/opm/parser/eclipse/EclipseState/Schedule/VFPProdTable.cpp
|
2019-01-02 10:36:52 -06:00
|
|
|
src/opm/parser/eclipse/Parser/ErrorGuard.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/parser/eclipse/Parser/ParseContext.cpp
|
|
|
|
src/opm/parser/eclipse/Parser/Parser.cpp
|
|
|
|
src/opm/parser/eclipse/Parser/ParserEnums.cpp
|
|
|
|
src/opm/parser/eclipse/Parser/ParserItem.cpp
|
|
|
|
src/opm/parser/eclipse/Parser/ParserKeyword.cpp
|
|
|
|
src/opm/parser/eclipse/Parser/ParserRecord.cpp
|
|
|
|
src/opm/parser/eclipse/RawDeck/RawKeyword.cpp
|
|
|
|
src/opm/parser/eclipse/RawDeck/RawRecord.cpp
|
|
|
|
src/opm/parser/eclipse/RawDeck/StarToken.cpp
|
|
|
|
src/opm/parser/eclipse/Units/Dimension.cpp
|
|
|
|
src/opm/parser/eclipse/Units/UnitSystem.cpp
|
|
|
|
src/opm/parser/eclipse/Utility/Functional.cpp
|
|
|
|
src/opm/parser/eclipse/Utility/Stringview.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
if(NOT cjson_FOUND)
|
|
|
|
list(APPEND MAIN_SOURCE_FILES external/cjson/cJSON.c)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
if(ENABLE_ECL_OUTPUT)
|
|
|
|
list( APPEND MAIN_SOURCE_FILES
|
2018-07-09 03:50:03 -05:00
|
|
|
src/opm/output/eclipse/AggregateConnectionData.cpp
|
2018-04-26 06:29:08 -05:00
|
|
|
src/opm/output/eclipse/AggregateGroupData.cpp
|
2018-06-27 03:24:01 -05:00
|
|
|
src/opm/output/eclipse/AggregateMSWData.cpp
|
|
|
|
src/opm/output/eclipse/AggregateWellData.cpp
|
2018-04-16 12:24:25 -05:00
|
|
|
src/opm/output/eclipse/CreateDoubHead.cpp
|
2018-03-13 07:08:19 -05:00
|
|
|
src/opm/output/eclipse/CreateInteHead.cpp
|
2018-04-17 03:01:02 -05:00
|
|
|
src/opm/output/eclipse/CreateLogiHead.cpp
|
2018-05-13 15:35:36 -05:00
|
|
|
src/opm/output/eclipse/WellDataSerializers.cpp
|
2018-04-16 12:24:25 -05:00
|
|
|
src/opm/output/eclipse/DoubHEAD.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/output/eclipse/EclipseGridInspector.cpp
|
|
|
|
src/opm/output/eclipse/EclipseIO.cpp
|
2018-03-13 07:08:19 -05:00
|
|
|
src/opm/output/eclipse/InteHEAD.cpp
|
2018-05-05 14:58:47 -05:00
|
|
|
src/opm/output/eclipse/libECLRestart.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/output/eclipse/LinearisedOutputTable.cpp
|
2018-09-11 08:10:33 -05:00
|
|
|
src/opm/output/eclipse/LoadRestart.cpp
|
2018-04-17 03:01:02 -05:00
|
|
|
src/opm/output/eclipse/LogiHEAD.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/output/eclipse/RestartIO.cpp
|
|
|
|
src/opm/output/eclipse/Summary.cpp
|
|
|
|
src/opm/output/eclipse/Tables.cpp
|
|
|
|
src/opm/output/eclipse/RegionCache.cpp
|
2018-05-02 00:37:23 -05:00
|
|
|
src/opm/output/eclipse/RestartValue.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
src/opm/output/data/Solution.cpp
|
|
|
|
)
|
|
|
|
endif()
|
2015-09-08 03:39:49 -05:00
|
|
|
|
|
|
|
list (APPEND TEST_SOURCE_FILES
|
2019-02-01 01:57:05 -06:00
|
|
|
tests/test_EclFile.cpp
|
2018-03-20 08:40:21 -05:00
|
|
|
tests/test_calculateCellVol.cpp
|
2016-02-05 01:24:42 -06:00
|
|
|
tests/test_cmp.cpp
|
2018-01-16 04:28:39 -06:00
|
|
|
tests/test_cubic.cpp
|
2016-05-18 05:11:26 -05:00
|
|
|
tests/test_messagelimiter.cpp
|
2018-01-11 09:20:29 -06:00
|
|
|
tests/test_nonuniformtablelinear.cpp
|
2018-01-16 04:28:39 -06:00
|
|
|
tests/test_OpmLog.cpp
|
2017-11-17 05:58:51 -06:00
|
|
|
tests/test_param.cpp
|
2018-01-16 04:28:39 -06:00
|
|
|
tests/test_SimulationDataContainer.cpp
|
|
|
|
tests/test_sparsevector.cpp
|
|
|
|
tests/test_uniformtablelinear.cpp
|
2017-11-17 05:58:51 -06:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_INPUT)
|
|
|
|
list(APPEND TEST_SOURCE_FILES
|
2018-07-11 03:26:16 -05:00
|
|
|
tests/parser/ACTIONX.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/ADDREGTests.cpp
|
|
|
|
tests/parser/AquiferCTTests.cpp
|
2018-10-09 08:55:51 -05:00
|
|
|
tests/parser/AquifetpTests.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/AqudimsTests.cpp
|
|
|
|
tests/parser/AquanconTests.cpp
|
|
|
|
tests/parser/BoxTests.cpp
|
|
|
|
tests/parser/ColumnSchemaTests.cpp
|
2018-06-08 09:23:03 -05:00
|
|
|
tests/parser/ConnectionTests.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/COMPSEGUnits.cpp
|
|
|
|
tests/parser/CopyRegTests.cpp
|
|
|
|
tests/parser/DeckTests.cpp
|
|
|
|
tests/parser/DynamicStateTests.cpp
|
|
|
|
tests/parser/DynamicVectorTests.cpp
|
|
|
|
tests/parser/Eclipse3DPropertiesTests.cpp
|
|
|
|
tests/parser/EclipseGridTests.cpp
|
|
|
|
tests/parser/EqualRegTests.cpp
|
|
|
|
tests/parser/EventTests.cpp
|
|
|
|
tests/parser/FaceDirTests.cpp
|
|
|
|
tests/parser/FaultTests.cpp
|
|
|
|
tests/parser/FunctionalTests.cpp
|
|
|
|
tests/parser/GeomodifierTests.cpp
|
|
|
|
tests/parser/GridPropertyTests.cpp
|
|
|
|
tests/parser/GroupTests.cpp
|
|
|
|
tests/parser/InitConfigTest.cpp
|
|
|
|
tests/parser/IOConfigTests.cpp
|
|
|
|
tests/parser/MessageLimitTests.cpp
|
|
|
|
tests/parser/MultiRegTests.cpp
|
|
|
|
tests/parser/MultisegmentWellTests.cpp
|
|
|
|
tests/parser/MULTREGTScannerTests.cpp
|
|
|
|
tests/parser/OrderedMapTests.cpp
|
|
|
|
tests/parser/ParseContextTests.cpp
|
2019-01-04 09:52:10 -06:00
|
|
|
tests/parser/ParseContext_EXIT1.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/PORVTests.cpp
|
|
|
|
tests/parser/RawKeywordTests.cpp
|
|
|
|
tests/parser/RestartConfigTests.cpp
|
2019-03-18 11:08:38 -05:00
|
|
|
tests/parser/RockTableTests.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/RunspecTests.cpp
|
|
|
|
tests/parser/SatfuncPropertyInitializersTests.cpp
|
|
|
|
tests/parser/ScheduleTests.cpp
|
|
|
|
tests/parser/SectionTests.cpp
|
|
|
|
tests/parser/SimpleTableTests.cpp
|
|
|
|
tests/parser/SimulationConfigTest.cpp
|
|
|
|
tests/parser/StarTokenTests.cpp
|
|
|
|
tests/parser/StringTests.cpp
|
|
|
|
tests/parser/SummaryConfigTests.cpp
|
|
|
|
tests/parser/TabdimsTests.cpp
|
|
|
|
tests/parser/TableColumnTests.cpp
|
|
|
|
tests/parser/TableContainerTests.cpp
|
|
|
|
tests/parser/TableManagerTests.cpp
|
|
|
|
tests/parser/TableSchemaTests.cpp
|
|
|
|
tests/parser/ThresholdPressureTest.cpp
|
|
|
|
tests/parser/TimeMapTest.cpp
|
|
|
|
tests/parser/TransMultTests.cpp
|
|
|
|
tests/parser/TuningTests.cpp
|
2018-03-23 06:41:26 -05:00
|
|
|
tests/parser/UDQTests.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/parser/UnitTests.cpp
|
|
|
|
tests/parser/ValueTests.cpp
|
|
|
|
tests/parser/WellSolventTests.cpp
|
2018-11-12 02:05:01 -06:00
|
|
|
tests/parser/WellTracerTests.cpp
|
2018-05-13 21:17:44 -05:00
|
|
|
tests/parser/WellTests.cpp
|
2019-01-14 03:38:58 -06:00
|
|
|
tests/parser/WLIST.cpp
|
2018-05-13 21:17:44 -05:00
|
|
|
tests/parser/WTEST.cpp)
|
2018-03-05 05:46:51 -06:00
|
|
|
endif()
|
|
|
|
if(ENABLE_ECL_OUTPUT)
|
|
|
|
list (APPEND TEST_SOURCE_FILES
|
2018-07-03 09:42:27 -05:00
|
|
|
tests/test_AggregateWellData.cpp
|
2019-02-20 07:21:42 -06:00
|
|
|
tests/test_AggregateGroupData.cpp
|
2019-02-19 02:03:13 -06:00
|
|
|
tests/test_AggregateMSWData.cpp
|
2019-03-06 06:18:26 -06:00
|
|
|
tests/test_AggregateConnectionData.cpp
|
2019-01-29 07:20:13 -06:00
|
|
|
tests/test_ArrayDimChecker.cpp
|
2018-07-03 06:20:04 -05:00
|
|
|
tests/test_CharArrayNullTerm.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/test_EclipseIO.cpp
|
2018-04-16 12:24:25 -05:00
|
|
|
tests/test_DoubHEAD.cpp
|
2018-03-13 07:08:19 -05:00
|
|
|
tests/test_InteHEAD.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/test_LinearisedOutputTable.cpp
|
2018-04-17 03:01:02 -05:00
|
|
|
tests/test_LogiHEAD.cpp
|
2018-03-13 07:08:19 -05:00
|
|
|
tests/test_regionCache.cpp
|
2018-04-17 03:01:02 -05:00
|
|
|
tests/test_Restart.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/test_RFT.cpp
|
2018-03-13 07:08:19 -05:00
|
|
|
tests/test_Solution.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/test_Summary.cpp
|
|
|
|
tests/test_Tables.cpp
|
|
|
|
tests/test_Wells.cpp
|
2018-07-03 06:20:04 -05:00
|
|
|
tests/test_WindowedArray.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/test_writenumwells.cpp
|
2018-05-13 15:35:36 -05:00
|
|
|
tests/test_serialize_ICON.cpp
|
2018-05-08 08:53:38 -05:00
|
|
|
tests/test_serialize_SCON.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
)
|
|
|
|
endif()
|
2015-09-08 03:39:49 -05:00
|
|
|
|
|
|
|
list (APPEND TEST_DATA_FILES
|
2017-11-17 05:58:51 -06:00
|
|
|
tests/testdata.param
|
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_OUTPUT)
|
|
|
|
list (APPEND TEST_DATA_FILES
|
2019-01-29 07:20:13 -06:00
|
|
|
tests/expect-wdims.err.out
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/FIRST_SIM.DATA
|
2018-05-03 10:33:33 -05:00
|
|
|
tests/FIRST_SIM_THPRES.DATA
|
2018-03-05 05:46:51 -06:00
|
|
|
tests/summary_deck.DATA
|
|
|
|
tests/group_group.DATA
|
|
|
|
tests/testblackoilstate3.DATA
|
|
|
|
tests/testrft.DATA
|
|
|
|
tests/table_deck.DATA
|
|
|
|
tests/summary_deck_non_constant_porosity.DATA
|
|
|
|
tests/SUMMARY_EFF_FAC.DATA
|
2018-08-16 07:39:42 -05:00
|
|
|
tests/SPE1CASE1.DATA
|
2019-02-15 11:01:38 -06:00
|
|
|
tests/SPE1CASE1.SMSPEC
|
2018-08-16 07:39:42 -05:00
|
|
|
tests/SPE9_CP_PACKED.DATA
|
2018-10-04 14:31:05 -05:00
|
|
|
tests/SOFR_TEST.DATA
|
2018-03-05 05:46:51 -06:00
|
|
|
)
|
|
|
|
endif()
|
2015-09-08 03:39:49 -05:00
|
|
|
|
|
|
|
list (APPEND EXAMPLE_SOURCE_FILES
|
2017-11-17 05:58:51 -06:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_INPUT)
|
|
|
|
list (APPEND EXAMPLE_SOURCE_FILES
|
|
|
|
examples/opmi.cpp
|
2018-07-26 10:51:30 -05:00
|
|
|
examples/opmpack.cpp
|
2019-02-21 11:02:59 -06:00
|
|
|
examples/opmhash.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
)
|
|
|
|
endif()
|
2015-09-08 03:39:49 -05:00
|
|
|
|
|
|
|
# programs listed here will not only be compiled, but also marked for
|
|
|
|
# installation
|
|
|
|
list (APPEND PROGRAM_SOURCE_FILES
|
2017-11-17 05:58:51 -06:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_INPUT)
|
|
|
|
list (APPEND PROGRAM_SOURCE_FILES
|
|
|
|
examples/opmi.cpp
|
2018-07-26 10:51:30 -05:00
|
|
|
examples/opmpack.cpp
|
2019-02-21 11:02:59 -06:00
|
|
|
examples/opmhash.cpp
|
2018-03-05 05:46:51 -06:00
|
|
|
)
|
|
|
|
endif()
|
2015-10-04 10:14:33 -05:00
|
|
|
|
|
|
|
list( APPEND PUBLIC_HEADER_FILES
|
2019-02-01 01:57:05 -06:00
|
|
|
examples/test_util/EclFile.hpp
|
2019-02-17 07:39:47 -06:00
|
|
|
examples/test_util/data/EclIOdata.hpp
|
2015-10-08 04:37:59 -05:00
|
|
|
opm/common/ErrorMacros.hpp
|
|
|
|
opm/common/Exceptions.hpp
|
2016-03-17 06:03:07 -05:00
|
|
|
opm/common/data/SimulationDataContainer.hpp
|
|
|
|
opm/common/OpmLog/CounterLog.hpp
|
|
|
|
opm/common/OpmLog/EclipsePRTLog.hpp
|
|
|
|
opm/common/OpmLog/LogBackend.hpp
|
|
|
|
opm/common/OpmLog/Logger.hpp
|
|
|
|
opm/common/OpmLog/LogUtil.hpp
|
2016-05-12 03:54:19 -05:00
|
|
|
opm/common/OpmLog/MessageFormatter.hpp
|
2016-05-18 05:11:26 -05:00
|
|
|
opm/common/OpmLog/MessageLimiter.hpp
|
2016-03-17 06:03:07 -05:00
|
|
|
opm/common/OpmLog/OpmLog.hpp
|
|
|
|
opm/common/OpmLog/StreamLog.hpp
|
|
|
|
opm/common/OpmLog/TimerLog.hpp
|
2018-01-30 05:13:45 -06:00
|
|
|
opm/common/utility/numeric/cmp.hpp
|
2015-10-04 10:14:33 -05:00
|
|
|
opm/common/utility/platform_dependent/disable_warnings.h
|
2017-11-17 05:58:51 -06:00
|
|
|
opm/common/utility/platform_dependent/reenable_warnings.h
|
2018-01-30 05:46:08 -06:00
|
|
|
opm/common/utility/numeric/blas_lapack.h
|
2018-01-30 07:05:37 -06:00
|
|
|
opm/common/utility/numeric/buildUniformMonotoneTable.hpp
|
|
|
|
opm/common/utility/numeric/linearInterpolation.hpp
|
|
|
|
opm/common/utility/numeric/MonotCubicInterpolator.hpp
|
|
|
|
opm/common/utility/numeric/NonuniformTableLinear.hpp
|
|
|
|
opm/common/utility/numeric/RootFinders.hpp
|
|
|
|
opm/common/utility/numeric/SparseVector.hpp
|
|
|
|
opm/common/utility/numeric/UniformTableLinear.hpp
|
2018-01-30 05:50:52 -06:00
|
|
|
opm/common/utility/parameters/ParameterGroup.hpp
|
|
|
|
opm/common/utility/parameters/ParameterGroup_impl.hpp
|
|
|
|
opm/common/utility/parameters/Parameter.hpp
|
|
|
|
opm/common/utility/parameters/ParameterMapItem.hpp
|
|
|
|
opm/common/utility/parameters/ParameterRequirement.hpp
|
|
|
|
opm/common/utility/parameters/ParameterStrings.hpp
|
|
|
|
opm/common/utility/parameters/ParameterTools.hpp
|
2018-03-22 08:58:01 -05:00
|
|
|
opm/common/utility/numeric/calculateCellVol.hpp
|
2017-11-17 05:58:51 -06:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
if(ENABLE_ECL_INPUT)
|
|
|
|
list(APPEND PUBLIC_HEADER_FILES
|
|
|
|
opm/json/JsonObject.hpp
|
|
|
|
opm/parser/eclipse/Utility/Stringview.hpp
|
|
|
|
opm/parser/eclipse/Utility/Functional.hpp
|
|
|
|
opm/parser/eclipse/Utility/Typetools.hpp
|
|
|
|
opm/parser/eclipse/Utility/String.hpp
|
|
|
|
opm/parser/eclipse/Generator/KeywordGenerator.hpp
|
|
|
|
opm/parser/eclipse/Generator/KeywordLoader.hpp
|
|
|
|
opm/parser/eclipse/Units/UnitSystem.hpp
|
|
|
|
opm/parser/eclipse/Units/Units.hpp
|
|
|
|
opm/parser/eclipse/Units/Dimension.hpp
|
2019-01-02 10:36:52 -06:00
|
|
|
opm/parser/eclipse/Parser/ErrorGuard.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/Parser/ParserItem.hpp
|
|
|
|
opm/parser/eclipse/Parser/Parser.hpp
|
|
|
|
opm/parser/eclipse/Parser/ParserRecord.hpp
|
|
|
|
opm/parser/eclipse/Parser/ParserKeyword.hpp
|
|
|
|
opm/parser/eclipse/Parser/InputErrorAction.hpp
|
|
|
|
opm/parser/eclipse/Parser/ParserEnums.hpp
|
|
|
|
opm/parser/eclipse/Parser/ParseContext.hpp
|
|
|
|
opm/parser/eclipse/Parser/ParserConst.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/InitConfig/InitConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/InitConfig/Equil.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Util/Value.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Util/OrderedMap.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/SummaryConfig/SummaryConfig.hpp
|
2018-11-09 01:11:57 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Edit/EDITNNC.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Grid/GridDims.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/TransMult.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/GridProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/PinchMode.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/MULTREGTScanner.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/FaultCollection.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/Fault.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/Box.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/GridProperty.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/FaultFace.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/NNC.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/EclipseGrid.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/BoxManager.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/FaceDir.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Grid/MinpvMode.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Eclipse3DProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/EndpointScaling.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SimpleTable.hpp
|
2018-10-16 09:35:35 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/PolyInjTable.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/PdvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TlpmixpaTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvdgTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/MsfnTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/GasvisctTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Regdims.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Eqldims.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SpecrockTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlydhflfTable.hpp
|
2018-04-05 09:22:31 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlymwinjTable.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlyshlogTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/RsvdTable.hpp
|
2018-04-12 08:39:45 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/SkprwatTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SkprpolyTable.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/SpecheatTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SgcwmisTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Sof2Table.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableManager.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SwfnTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/EnptvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SwofTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/FlatTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Aqudims.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/JFunc.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableIndex.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvtgTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Tabdims.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableSchema.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/RocktabTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/EnkrvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlyrockTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvtxTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/WatvisctTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableEnums.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/RvvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableContainer.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/AqutabTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlyadsTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PbvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SorwmisTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlymaxTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PlyviscTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/TableColumn.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SsfnTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvdoTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/OilvisctTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SgfnTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/MiscTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SgwfnTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvdsTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PvtoTable.hpp
|
2019-03-18 11:08:38 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/Rock2dTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Rock2dtrTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/RockwnodTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/OverburdTable.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Tables/ColumnSchema.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/PmiscTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/RtempvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SlgofTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/ImptvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/ImkrvdTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/Sof3Table.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Tables/SgofTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/EclipseState.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/EclipseConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Aquancon.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/AquiferCT.hpp
|
2018-10-09 08:55:51 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Aquifetp.hpp
|
2019-01-17 04:22:49 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Action/ActionAST.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Action/ActionContext.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Action/Actions.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Action/ActionX.hpp
|
2019-01-29 07:20:13 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/ArrayDimChecker.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp
|
2018-04-06 05:12:30 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/VFPProdTable.hpp
|
2019-03-08 00:12:07 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/Connection.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/Well.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellInjectionProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WList.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WListManager.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellEconProductionLimits.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellPolymerProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellTracerProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellProductionProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellTestConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellTestState.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Well/WellConnections.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/DynamicVector.hpp
|
2018-11-09 13:36:58 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp
|
2019-04-03 11:46:29 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/RFTConfig.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Tuning.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Group.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/MessageLimits.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/Events.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/ScheduleEnums.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/OilVaporizationProperties.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/GroupTree.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/DynamicState.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/MSW/Segment.hpp
|
2018-06-20 04:36:50 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/MSW/WellSegments.hpp
|
2018-06-10 13:54:34 -05:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/MSW/updatingConnectionsWithSegments.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/EclipseState/SimulationConfig/ThresholdPressure.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/SimulationConfig/SimulationConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/IOConfig/RestartConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/IOConfig/IOConfig.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/checkDeck.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Runspec.hpp
|
2019-02-18 08:08:36 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQAssign.hpp
|
2019-03-07 03:54:56 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQDefine.hpp
|
2019-02-18 01:32:17 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQContext.hpp
|
2019-02-21 04:49:33 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQInput.hpp
|
2019-02-21 05:23:29 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQEnums.hpp
|
2019-02-18 01:32:17 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQParams.hpp
|
2019-02-21 04:49:33 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQInput.hpp
|
2019-02-18 08:08:08 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQWellSet.hpp
|
2019-02-18 01:32:17 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQSet.hpp
|
2019-02-21 01:36:57 -06:00
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunction.hpp
|
|
|
|
opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQFunctionTable.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/parser/eclipse/Deck/DeckItem.hpp
|
|
|
|
opm/parser/eclipse/Deck/Deck.hpp
|
|
|
|
opm/parser/eclipse/Deck/Section.hpp
|
|
|
|
opm/parser/eclipse/Deck/DeckOutput.hpp
|
|
|
|
opm/parser/eclipse/Deck/DeckKeyword.hpp
|
|
|
|
opm/parser/eclipse/Deck/DeckRecord.hpp
|
|
|
|
opm/parser/eclipse/RawDeck/StarToken.hpp
|
|
|
|
opm/parser/eclipse/RawDeck/RawEnums.hpp
|
|
|
|
opm/parser/eclipse/RawDeck/RawRecord.hpp
|
|
|
|
opm/parser/eclipse/RawDeck/RawKeyword.hpp
|
|
|
|
opm/parser/eclipse/RawDeck/RawConsts.hpp)
|
|
|
|
endif()
|
|
|
|
if(ENABLE_ECL_OUTPUT)
|
|
|
|
list(APPEND PUBLIC_HEADER_FILES
|
|
|
|
opm/output/data/Cells.hpp
|
2018-04-17 06:00:39 -05:00
|
|
|
opm/output/data/Solution.hpp
|
|
|
|
opm/output/data/Wells.hpp
|
2018-09-11 12:56:24 -05:00
|
|
|
opm/output/eclipse/VectorItems/connection.hpp
|
2018-11-02 07:59:17 -05:00
|
|
|
opm/output/eclipse/VectorItems/group.hpp
|
2018-07-04 12:18:46 -05:00
|
|
|
opm/output/eclipse/VectorItems/intehead.hpp
|
2018-11-02 07:59:17 -05:00
|
|
|
opm/output/eclipse/VectorItems/msw.hpp
|
2018-07-06 14:33:49 -05:00
|
|
|
opm/output/eclipse/VectorItems/well.hpp
|
2018-06-27 03:24:01 -05:00
|
|
|
opm/output/eclipse/AggregateGroupData.hpp
|
2018-07-09 03:50:03 -05:00
|
|
|
opm/output/eclipse/AggregateConnectionData.hpp
|
2018-06-27 03:24:01 -05:00
|
|
|
opm/output/eclipse/AggregateMSWData.hpp
|
2018-07-03 09:42:27 -05:00
|
|
|
opm/output/eclipse/AggregateWellData.hpp
|
2018-07-03 06:20:04 -05:00
|
|
|
opm/output/eclipse/CharArrayNullTerm.hpp
|
2018-04-16 12:24:25 -05:00
|
|
|
opm/output/eclipse/DoubHEAD.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/output/eclipse/EclipseGridInspector.hpp
|
|
|
|
opm/output/eclipse/EclipseIO.hpp
|
2018-03-13 07:08:19 -05:00
|
|
|
opm/output/eclipse/EclipseIOUtil.hpp
|
|
|
|
opm/output/eclipse/InteHEAD.hpp
|
2018-05-05 14:58:47 -05:00
|
|
|
opm/output/eclipse/libECLRestart.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/output/eclipse/LinearisedOutputTable.hpp
|
2018-05-05 14:58:47 -05:00
|
|
|
opm/output/eclipse/LogiHEAD.hpp
|
2018-03-13 07:08:19 -05:00
|
|
|
opm/output/eclipse/RegionCache.hpp
|
2018-03-05 05:46:51 -06:00
|
|
|
opm/output/eclipse/RestartIO.hpp
|
|
|
|
opm/output/eclipse/RestartValue.hpp
|
|
|
|
opm/output/eclipse/Summary.hpp
|
|
|
|
opm/output/eclipse/Tables.hpp
|
2018-07-03 06:20:04 -05:00
|
|
|
opm/output/eclipse/WindowedArray.hpp
|
2018-03-13 07:08:19 -05:00
|
|
|
opm/output/eclipse/WriteRestartHelpers.hpp
|
2018-04-17 06:00:39 -05:00
|
|
|
opm/output/OutputWriter.hpp
|
2018-03-13 07:08:19 -05:00
|
|
|
)
|
2018-03-05 05:46:51 -06:00
|
|
|
endif()
|