Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad e2bf7bf699 Table Output: Add Facility to Simplify Indexing Details
This commit introduces a new helper class, LinearisedOutputTable,
that is oriented towards managing tabular data such as the PVT or
saturation functions in an ECL result set (typically, .INIT file).
The class knows about row padding and the column oriented nature of
Fortran-like tables.

While here, and in anticipation of adding output of tabulated
saturation functions, also provide a mechanism for calculating
slopes of piecewise linear interpolants.  The ECL format stipulates
that function derivatives be output along with the actual table
data for most functions.
2017-11-27 09:15:00 +01:00
examples/test_util Fixes some problems with option parsing. 2017-04-19 15:14:25 +02:00
opm Table Output: Add Facility to Simplify Indexing Details 2017-11-27 09:15:00 +01:00
src/opm Table Output: Add Facility to Simplify Indexing Details 2017-11-27 09:15:00 +01:00
tests Table Output: Add Facility to Simplify Indexing Details 2017-11-27 09:15:00 +01:00
.gitignore Table Output: Add Facility to Simplify Indexing Details 2017-11-27 09:15:00 +01:00
.travis.yml Dsiable test when running travis. 2017-06-10 11:19:31 +02:00