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>
35 Parallel::Communication communicator);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
ConvergenceReport gatherConvergenceReport(const ConvergenceReport &local_report, Parallel::Communication mpi_communicator)
Create a global convergence report combining local (per-process) reports.
Definition gatherConvergenceReport.cpp:171