mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -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:
parent
2f95e33d59
commit
03cb9f4afa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user