mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -241,6 +241,11 @@ namespace Opm
|
|||||||
|
|
||||||
enum { ioRank = 0 };
|
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,
|
ParallelDebugOutput( const Dune::CpGrid& otherGrid,
|
||||||
const EclipseState& eclipseState,
|
const EclipseState& eclipseState,
|
||||||
const int numPhases,
|
const int numPhases,
|
||||||
|
Reference in New Issue
Block a user