DOLFIN
DOLFIN C++ interface
|
This class computes graph re-orderings. It uses Boost Graph. More...
#include <BoostGraphOrdering.h>
Static Public Member Functions | |
static std::vector< int > | compute_cuthill_mckee (const Graph &graph, bool reverse=false) |
static std::vector< int > | compute_cuthill_mckee (const std::set< std::pair< std::size_t, std::size_t >> &edges, std::size_t size, bool reverse=false) |
This class computes graph re-orderings. It uses Boost Graph.
|
static |
Compute re-ordering (map[old] -> new) using Cuthill-McKee algorithm
|
static |
Compute re-ordering (map[old] -> new) using Cuthill-McKee algorithm