All Classes Namespaces Files Functions Variables Typedefs Enumerator Pages
Opm::ParallelDebugOutputInterface Class Referenceabstract
Inheritance diagram for Opm::ParallelDebugOutputInterface:
Opm::ParallelDebugOutput< GridImpl >

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 More...
 
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
 

Member Function Documentation

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

Parameters
localReservoirStateThe reservoir state
localWellStateThe well state
localCellDataThe cell data used for eclipse output (needs to include the cell data of localReservoirState)
wellStateStepNumberThe step number of the well state.

Implemented in Opm::ParallelDebugOutput< GridImpl >.


The documentation for this class was generated from the following file: