19#ifndef PARALLEL_RESTART_HPP
20#define PARALLEL_RESTART_HPP
22#include <opm/simulators/utils/ParallelCommunication.hpp>
29namespace data {
class Solution; }
39RestartValue 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);
46data::Solution loadParallelRestartSolution(
const EclipseIO* eclIO,
47 const std::vector<RestartKey>& solutionKeys,
48 Parallel::Communication comm,
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45