Torbjørn Skille
a23c87be94
convertECL, new option for unified restart file
2019-07-19 10:39:12 +02:00
Arne Morten Kvarving
c87acf6571
fixed: remove unused variable and limit scope for another
2019-07-10 15:10:29 +02:00
Arne Morten Kvarving
c720dfe8a8
fixed: move string to avoid copy
2019-07-10 15:10:18 +02:00
Arne Morten Kvarving
b860fdbccc
fixed: use initializer list
2019-07-10 09:03:36 +02:00
Arne Morten Kvarving
4dbb33cce6
changed: rescope code relying on grid under if()
...
rewrite to aid static code analyzer
2019-07-10 09:03:36 +02:00
Torbjørn Skille
51adb23728
Added new option (report steps only) for compareECL for comparing summary results
2019-07-01 16:37:49 +02:00
Joakim Hove
29697a0906
Remove members keywords1 and keywords2 from EclFilesComparator
2019-06-26 07:51:36 +02:00
Kai Bao
ca7fe55934
silencing shadowing warnings
2019-06-25 13:16:41 +02:00
Atgeirr Flø Rasmussen
4018e4b70b
This silences many, but not all shadowing warnings in opm-common.
...
Includes minor refactoring of ESMry and AggregateGroupData undertaken
with the aid of the original authors to ensure correctness.
2019-06-21 14:48:23 +02:00
Torbjørn Skille
66e8068494
Use tolerances from command line for restart array SWEL
2019-06-12 19:06:52 +02:00
Bård Skaflestad
82b0a2d82b
ECLIPSE I/O: Rename Namespace Opm::ecl -> Opm::EclIO
...
This reduces the risk of conflicting with the 'ecl' namespace from
LibECL, especially when the latter name is used from within the Opm
namespace.
2019-06-03 14:19:48 +02:00
Bård Skaflestad
e654915069
Move ECLIPSE I/O Into Main OPM Common Library
...
This makes the facility usable for the restart read/write code.
Specifically, import the I/O classes into namespace Opm::ecl, and
place the files in physical location opm/io/eclipse, and move the
test utilities to new top-level directory 'test_util/'. While here,
discontinue the 'testutil' static library since most of its features
are now available in the main 'opmcommon' library. This does entail
compiling a few of the test_util/ CPP files multiple times, and
adding the objects to each executable independently.
2019-05-23 10:23:01 +02:00