|
My Project
|
Facility for converting collection of region ID pairs into a sparse (CSR) adjacency matrix representation of a graph. More...
#include <opm/output/data/InterRegFlow.hpp>#include <opm/common/utility/CSRGraphFromCoordinates.hpp>#include <cstddef>#include <optional>#include <utility>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | Opm::data::InterRegFlowMap |
| Form CSR adjacency matrix representation of inter-region flow rate graph provided as a list of connections between regions. More... | |
Namespaces | |
| namespace | Opm |
| This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Facility for converting collection of region ID pairs into a sparse (CSR) adjacency matrix representation of a graph.
Supports O(nnz) compression and, if applicable, accumulation of weight values for repeated entity pairs.