Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad a3b37eee4f Support Retrieving Well Vectors from {I,X}{WEL,CON}
This commit extends function RestartIO::load() to retrieve most of
the well restart data (aggregate flow rates per well connection,
or per well) from the standard ECL restart vectors IWEL, XWEL, ICON,
and XCON.  We still prefer the dedicated OPM_* variants if
available, but this commit brings us closer to being able to retire
OPM_XWEL.

While here, also add WELLDIMS to FIRST_SIM_THPRES to restore the
STORE_THPRES unit test.
2018-09-19 16:02:16 +02:00
cmake Merge pull request #498 from joakim-hove/komodo 2018-09-19 09:08:53 +02:00
debian fix packaging after repo merge 2018-03-07 08:20:17 +01:00
docs typo 2015-06-18 12:06:38 +02:00
examples Add option to ignore extra keywords in the regresstion testing 2018-09-11 13:34:51 +02:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins fixed: allow using update_data with a opm-tests PR 2018-08-03 10:19:08 +02:00
opm Connection Data: Write Flow Rates to XCON 2018-09-19 16:02:16 +02:00
redhat further adjustments to redhat packaging 2018-06-21 09:02:36 +02:00
src/opm Support Retrieving Well Vectors from {I,X}{WEL,CON} 2018-09-19 16:02:16 +02:00
tests Support Retrieving Well Vectors from {I,X}{WEL,CON} 2018-09-19 16:02:16 +02:00
.gitignore Import opm-output 2018-03-05 10:30:59 +01:00
changelog.md Changelog December 2016 2017-01-03 10:48:10 +01:00
CMakeLists_files.cmake Aggregate Connection Data: Use Named Indices 2018-09-19 16:02:15 +02:00
CMakeLists.txt Fix build of tests when using shared library 2018-09-10 18:33:47 +02:00
CopyHeaders.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
dune.module dune.module: update version to 2018.10-pre 2018-04-26 17:48:37 +02:00
ExtraTests.cmake Remove stale test 2018-06-20 09:27:02 +02:00
GenerateKeywords.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake Rephrase comment into more proper English 2018-07-10 15:57:10 +02:00
README.md remove travis build status from README.md 2018-01-04 12:07:46 +01:00

opm-common

Contains common components used throughout all of OPM, in particular CMake modules for the build system.