Arne Morten Kvarving

Results 60 issues of Arne Morten Kvarving

Downstream of https://github.com/OPM/opm-common/pull/4197

Downstream of https://github.com/OPM/opm-common/pull/4157 Closes https://github.com/OPM/opm-simulators/issues/5425

Separated out since it needs downstream changes and it can be argued that this ctor not being explicit has merit.

This will be used to generate initial FIP report in restarted runs. Also adds a related helper function which only loads solution data from the restart file. This is needed,...

Currently the FIP table data in the restart file is not understood, and this meant that the original FIP was had zero values in a restart run. This adds a...

Using .emplace() on vector is not a good idea. Compiler also doesn't want to use braced init for the struct for some reason, so resort to push_back().

Opening early to have somewhere to put markdown tables. Not ready for review/merge/whatever.

This adds multithreading to the data extractor execution. Sits on top of https://github.com/OPM/opm-simulators/pull/6030

Diff is annoyingly big but the simulators throw on non-existent output directories.

This is a suggestion for simplification of test definitions. We here move the definitions of the tests to json files, thus splitting code and data. There is a single json...