AssembledConnections.hpp File Reference
#include <opm/utility/graph/AssembledConnectionsIteration.hpp>
#include <cstddef>
#include <iosfwd>
#include <vector>
Include dependency graph for AssembledConnections.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::AssembledConnections
 

Namespaces

namespace  Opm
 

Functions

std::ostream & Opm::operator<< (std::ostream &os, const AssembledConnections &ac)
 

Detailed Description

Facility for converting collection of entity pairs or weighted entity triplets 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.