Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 0dfe6ce7da Ecl File: Add Method to Convert Linear Array Index to File Position
This commit introduces a new member function

    EclFile::seekPosition(arrayIndex)

that retrieves the file (seek) position of the start of the header
of the arrayIndex-th keyword.  The expected use case for this is
seeking to the start of a particular SEQNUM value in a unified
restart file.  If the array index exceeds all supported index
values, then we return the position of the file's EOF mark (captured
as the last item in the EclFile constructor).

The member function is protected to be accessible in derived classes
and by friends of derived classes.
2019-05-27 21:00:52 +02:00
cmake opm_add_test(): add condition to specify if a test ought to be compiled by default 2019-03-07 12:44:28 +01:00
debian Bump versions 2018-10-02 15:43:01 +02:00
docs typo 2015-06-18 12:06:38 +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 Move ECLIPSE I/O Into Main OPM Common Library 2019-05-23 10:23:01 +02:00
external/cjson Update cJSON library to version 1.7.10 2019-04-09 00:34:49 +02:00
jenkins Removed well testing from Schedule constructor 2019-05-27 17:47:55 +02:00
msim Removes nearly all warnings experienced with g++-8.3 2019-04-12 13:37:03 +02:00
opm Ecl File: Add Method to Convert Linear Array Index to File Position 2019-05-27 21:00:52 +02:00
python Add 'python/' from commit '278373703455ea6562a0f8e5278b4db46eb1fc7e' 2019-05-08 07:20:29 +02:00
redhat fixed: redhat packaging 2019-03-06 11:14:05 +01:00
src/opm Ecl File: Add Method to Convert Linear Array Index to File Position 2019-05-27 21:00:52 +02:00
test_util Move ECLIPSE I/O Into Main OPM Common Library 2019-05-23 10:23:01 +02:00
tests Add size() and num_wells() methods to SummaryState 2019-05-27 17:56:27 +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 Move ECLIPSE I/O Into Main OPM Common Library 2019-05-23 10:23:01 +02:00
CMakeLists.txt Merge pull request #788 from joakim-hove/remove-welltest 2019-05-27 20:13:45 +02:00
CopyHeaders.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
dune.module Change version and label in dune.module file 2019-04-30 12:54:45 +02:00
ExtraTests.cmake Added test for parsing EDITNNC 2018-11-21 22:14:27 +01:00
GenerateKeywords.cmake Internalize UDA values in the deck 2019-04-28 16:08:02 +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.