19 #ifndef PARALLEL_RESTART_HPP 20 #define PARALLEL_RESTART_HPP 22 #include <opm/simulators/utils/ParallelCommunication.hpp> 29 namespace data {
class Solution; }
39 RestartValue loadParallelRestart(
const EclipseIO* eclIO,
40 Action::State& actionState,
41 SummaryState& summaryState,
42 const std::vector<RestartKey>& solutionKeys,
43 const std::vector<RestartKey>& extraKeys,
44 Parallel::Communication comm);
46 data::Solution loadParallelRestartSolution(
const EclipseIO* eclIO,
47 const std::vector<RestartKey>& solutionKeys,
48 Parallel::Communication comm,
53 #endif // PARALLEL_RESTART_HPP This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45