DOLFIN-X
DOLFIN-X C++ interface
|
Graph data structures and algorithms. More...
Namespaces | |
BoostGraphOrdering | |
This class computes graph re-orderings. It uses Boost Graph. | |
Partitioning | |
Tools for distributed graphs. | |
SCOTCH | |
Interface to SCOTCH-PT (parallel version) | |
Classes | |
class | AdjacencyList |
This class provides a static adjacency list data structure. It is commonly used to store directed graphs. For each node in the contiguous list of nodes [0, 1, 2, ..., n) it stores the connected nodes. The representation is strictly local, i.e. it is not parallel aware. More... | |
class | BoostGraphColoring |
This class colors a graph using the Boost Graph Library. More... | |
Graph data structures and algorithms.
Data structures for building and representing graphs, and algorithms on graphs, e.g., re-ordering and partitioning.