ParalleDebugOutput needs the distributed grid.

Because for the global grid the communicator sees just one process.
Unfortunately this is not documented.
This commit is contained in:
Markus Blatt 2017-01-27 12:18:15 +01:00
parent 2f95e33d59
commit 03cb9f4afa

View File

@ -241,6 +241,11 @@ namespace Opm
enum { ioRank = 0 };
/// \brief Constructor
/// \param otherGrid The grid with the distributed(!) view activated.
/// \param eclipseState The eclipse file parser output
/// \param numPhases The number of active phases.
/// \param permeability The permeabilities for the global(!) view.
ParallelDebugOutput( const Dune::CpGrid& otherGrid,
const EclipseState& eclipseState,
const int numPhases,