Public Member Functions | |
virtual bool | collectToIORank (const SimulationDataContainer &localReservoirState, const WellStateFullyImplicitBlackoil &localWellState, const data::Solution &localCellData, const int wellStateStepNumber)=0 |
gather solution to rank 0 for EclipseWriter | |
virtual const SimulationDataContainer & | globalReservoirState () const =0 |
virtual const data::Solution & | globalCellData () const =0 |
virtual const WellStateFullyImplicitBlackoil & | globalWellState () const =0 |
virtual bool | isIORank () const =0 |
virtual bool | isParallel () const =0 |
virtual int | numCells () const =0 |
virtual const int * | globalCell () const =0 |
virtual bool Opm::ParallelDebugOutputInterface::collectToIORank | ( | const SimulationDataContainer & | localReservoirState, | |
const WellStateFullyImplicitBlackoil & | localWellState, | |||
const data::Solution & | localCellData, | |||
const int | wellStateStepNumber | |||
) | [pure virtual] |
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. |
Implemented in Opm::ParallelDebugOutput< GridImpl >.