|
| CollectDataOnIORank (const Grid &grid, const EquilGrid *equilGrid, const GridView &gridView, const Dune::CartesianIndexMapper< Grid > &cartMapper, const Dune::CartesianIndexMapper< EquilGrid > *equilCartMapper, const std::set< std::string > &fipRegionsInterregFlow={}) |
|
void | collect (const data::Solution &localCellData, const std::map< std::pair< std::string, int >, double > &localBlockData, const data::Wells &localWellData, const data::WellBlockAveragePressures &localWBPData, const data::GroupAndNetworkValues &localGroupAndNetworkData, const data::Aquifers &localAquiferData, const WellTestState &localWellTestState, const InterRegFlowMap &interRegFlows, const std::array< FlowsData< double >, 3 > &localFlowsn, const std::array< FlowsData< double >, 3 > &localFloresn) |
|
const std::map< std::pair< std::string, int >, double > & | globalBlockData () const |
|
const data::Solution & | globalCellData () const |
|
data::Solution & | globalCellData () |
|
const data::Wells & | globalWellData () const |
|
const data::WellBlockAveragePressures & | globalWBPData () const |
|
const data::GroupAndNetworkValues & | globalGroupAndNetworkData () const |
|
const data::Aquifers & | globalAquiferData () const |
|
const WellTestState & | globalWellTestState () const |
|
InterRegFlowMap & | globalInterRegFlows () |
|
const InterRegFlowMap & | globalInterRegFlows () const |
|
const std::array< FlowsData< double >, 3 > & | globalFlowsn () const |
|
const std::array< FlowsData< double >, 3 > & | globalFloresn () const |
|
bool | isIORank () const |
|
bool | isParallel () const |
|
int | localIdxToGlobalIdx (unsigned localIdx) const |
|
const std::vector< int > & | localIdxToGlobalIdxMapping () const |
|
bool | doesNeedReordering () const |
|
std::size_t | numCells () const |
|
const std::vector< int > & | globalRanks () const |
|
bool | isCartIdxOnThisRank (int cartIdx) const |
|