Public Member Functions | |
ParallelDebugOutput (const GridImpl &grid, const EclipseState &, const int, const Opm::PhaseUsage &) | |
virtual bool | collectToIORank (const SimulationDataContainer &localReservoirState, const WellStateFullyImplicitBlackoil &localWellState, const data::Solution &localCellData, const int) |
gather solution to rank 0 for EclipseWriter More... | |
virtual const SimulationDataContainer & | globalReservoirState () const |
virtual const data::Solution & | globalCellData () const |
virtual const WellStateFullyImplicitBlackoil & | globalWellState () const |
virtual bool | isIORank () const |
virtual bool | isParallel () const |
virtual int | numCells () const |
virtual const int * | globalCell () const |
Protected Attributes | |
const GridImpl & | grid_ |
const SimulationDataContainer * | globalState_ |
const WellStateFullyImplicitBlackoil * | wellState_ |
const data::Solution * | globalCellData_ |
|
inlinevirtual |
gather solution to rank 0 for EclipseWriter
localReservoirState | The reservoir state |
localWellState | The well state |
localCellData | The cell data used for eclipse output (needs to include the cell data of localReservoirState) |
wellStateStepNumber | The step number of the well state. |
Implements Opm::ParallelDebugOutputInterface.