Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 65538e3ac9 Save/Restore Connection Level Cumulatives to/from Restart
This commit add support for saving connection-level cumulative
quantities (e.g., those denoted by summary vectors COPT or CVIT) to
the restart file (in the 'XCON' array) and to restore these values
back to the 'SummaryState' object upon simulation restart.

Thanks to Torbjørn Skille and Jostein Alvestad for invaluable
assistance in characterising these XCON items.
2021-10-20 15:47:12 +02:00
cmake use -e when passing exename to test drivers 2021-10-13 11:27:47 +02:00
debian Removed pandas dep also from supporting files.. 2021-05-13 10:53:03 +02:00
docs Add application rst_deck 2021-09-24 14:19:25 +02:00
etc tab completors: be quiet even if the which command would like to complain 2019-03-07 09:33:15 +01:00
examples Handle skipping in SCHEDULE section 2021-10-20 14:02:13 +02:00
external Embed fmtlib source code 2020-09-18 11:23:30 +02:00
jenkins fixed: do not keep tacking on PYTHONPATH for each build configuration 2021-09-24 14:02:11 +02:00
msim anonymize parameter to quell compiler warning 2021-10-07 11:10:29 +02:00
opm Identify More Connection Restart Items 2021-10-20 15:47:12 +02:00
python Use std::shared_ptr as holder type. 2021-09-20 11:43:50 +02:00
redhat fix redhat packaging 2021-09-27 08:14:26 +02:00
src/opm Save/Restore Connection Level Cumulatives to/from Restart 2021-10-20 15:47:12 +02:00
test_util Remove context aware rst testing from regression tester 2021-09-04 19:51:10 +02:00
tests Save/Restore Connection Level Cumulatives to/from Restart 2021-10-20 15:47:12 +02:00
.clang-format Add .clang-format specification. 2019-09-18 14:15:21 +02:00
.gitignore Sunbeam will be compiled with setuptools. 2019-08-09 10:40:33 +02:00
.gitmodules removed submodules pycmake and pybind11. 2019-06-14 14:32:08 +02:00
changelog.md Add bullet point about Eclipse restart capabilities 2019-10-29 16:32:08 +01:00
CMakeLists_files.cmake Merge pull request #2759 from joakim-hove/restart-errors 2021-10-19 21:52:54 +02:00
CMakeLists.txt Use built in FindBoost 2021-10-07 12:11:54 +02:00
CopyHeaders.cmake Make the Builtin class available from Python 2021-03-09 12:22:39 +01:00
dune.module Bump version number 2021-04-27 09:59:50 +02:00
ExtraTests.cmake Add integration testing of rst_deck 2021-09-24 14:19:25 +02:00
GenerateKeywords.cmake Add class DeckTree to mange include file hierarchy 2021-09-23 14:24:35 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake Do not use the imported Python3 library directly. 2021-03-16 20:32:50 +01: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.