DOLFIN-X
DOLFIN-X C++ interface
Static Public Member Functions | List of all members
dolfinx::graph::BoostGraphOrdering Class Reference

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 AdjacencyList< std::int32_t > &graph, bool reverse=false)
 Compute re-ordering (map[old] -> new) using Cuthill-McKee algorithm.
 
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)
 Compute re-ordering (map[old] -> new) using Cuthill-McKee algorithm.
 

Detailed Description

This class computes graph re-orderings. It uses Boost Graph.


The documentation for this class was generated from the following files: