opm-simulators/opm/simulators/flow
Markus Blatt 75104fd310 Move to more consistent ownership of ECL data in EclBaseVanguard
We resort to consistently use unique_ptrs in EclBaseVanguard for
the data read from ECL files or set externally. This means that
during the simulation EclBaseVanguard owns this data and not Main
or the ebos setup functions. This ownership transfer becomes
transparent due to std::move.

This came up when trying to fix the parallel runs of ebos and during
that removing some code duplication.
2020-08-27 09:05:09 +02:00
..
python Implements the Python step_init() function. 2020-08-24 10:27:50 +02:00
BlackoilModelEbos.hpp Merge pull request #2738 from akva2/more_macro_replacement 2020-08-27 08:46:25 +02:00
BlackoilModelParametersEbos.hpp Merge pull request #2738 from akva2/more_macro_replacement 2020-08-27 08:46:25 +02:00
countGlobalCells.hpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
FlowMainEbos.hpp changed: remove GET_PROP_TYPE / GET_PROP macro usage 2020-08-27 08:19:39 +02:00
Main.hpp Move to more consistent ownership of ECL data in EclBaseVanguard 2020-08-27 09:05:09 +02:00
MissingFeatures.cpp implement Saltvd 2020-08-18 10:55:43 +02:00
MissingFeatures.hpp Moved Flow-related classes and files to opm/simulators/flow. 2019-06-20 11:00:51 +02:00
NonlinearSolverEbos.hpp changed: remove GET_PROP_TYPE / GET_PROP macro usage 2020-08-27 08:19:39 +02:00
SimulatorFullyImplicitBlackoilEbos.hpp changed: remove GET_PROP_TYPE / GET_PROP macro usage 2020-08-27 08:19:39 +02:00