19#ifndef PARALLEL_RESTART_HPP
20#define PARALLEL_RESTART_HPP
22#include <opm/simulators/utils/ParallelCommunication.hpp>
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);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27