21#ifndef OPM_GATHERCONVERGENCEREPORT_HEADER_INCLUDED
22#define OPM_GATHERCONVERGENCEREPORT_HEADER_INCLUDED
24#include <opm/simulators/timestepping/ConvergenceReport.hpp>
26#include <opm/simulators/utils/ParallelCommunication.hpp>
33 ConvergenceReport
gatherConvergenceReport(
const ConvergenceReport& local_report, Parallel::Communication communicator);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27
ConvergenceReport gatherConvergenceReport(const ConvergenceReport &local_report, Parallel::Communication mpi_communicator)
Create a global convergence report combining local (per-process) reports.
Definition gatherConvergenceReport.cpp:249