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);
Represents the convergence status of the whole simulator, to make it possible to query and store the ...
Definition ConvergenceReport.hpp:38
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
ConvergenceReport gatherConvergenceReport(const ConvergenceReport &local_report, Parallel::Communication mpi_communicator)
Create a global convergence report combining local (per-process) reports.
Definition gatherConvergenceReport.cpp:171