My Project
|
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. More...
#include <opm/output/data/InterRegFlowMap.hpp>
#include <algorithm>
#include <cstddef>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Opm::InterRegFlowMapSingleFIP |
Form CSR adjacency matrix representation of inter-region flow rate graph provided as a list of connections between regions on local MPI rank. More... | |
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 |
Minimal representation of a single named region defintion. More... | |
Namespaces | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
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.