26std::vector<std::int32_t>
27reorder_gps(
const graph::AdjacencyList<std::int32_t>& graph);
Graph data structures and algorithms.
Definition dofmapbuilder.h:25
std::vector< std::int32_t > reorder_gps(const graph::AdjacencyList< std::int32_t > &graph)
Re-order a graph using the Gibbs-Poole-Stockmeyer algorithm.
Definition ordering.cpp:360