InterRegFlows.hpp File Reference
#include <opm/output/data/InterRegFlowMap.hpp>
#include <algorithm>
#include <cstddef>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for InterRegFlows.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::InterRegFlowMapSingleFIP
 
struct  Opm::InterRegFlowMapSingleFIP::Cell
 Minimal characteristics of a cell from a simulation grid. More...
 
class  Opm::InterRegFlowMap
 Inter-region flow accumulation maps for all region definition arrays. More...
 
struct  Opm::InterRegFlowMap::SingleRegion
 

Namespaces

namespace  Opm
 

Detailed Description

MPI-aware facility for converting collection of tuples of region ID pairs and associate flow rates into a sparse (CSR) adjacency matrix representation of a graph. Supports O(nnz) compression.