BoostGraphOrdering_compute_cuthill_mckee

dolfin.cpp.mesh.BoostGraphOrdering_compute_cuthill_mckee()

Compute re-ordering (map[old] -> new) using Cuthill-McKee algorithm

Parameters:
  • std::set< std::pair< std::size_t, std::size_t >> & edges (const) –
  • size (std::size_t) –
  • reverse (bool) –
Return type:

std::vector< int >