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

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_
 

Member Function Documentation

template<class GridImpl >
virtual bool Opm::ParallelDebugOutput< GridImpl >::collectToIORank ( const SimulationDataContainer &  localReservoirState,
const WellStateFullyImplicitBlackoil localWellState,
const data::Solution &  localCellData,
const int  wellStateStepNumber 
)
inlinevirtual

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.

Implements Opm::ParallelDebugOutputInterface.


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