BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Graph_symrcm.cpp File Reference
Include dependency graph for fn_Graph_symrcm.cpp:

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::graph

Functions

void belfem::graph::symrcm (Graph &aGraph, Vertex *aStart=nullptr)
 Performs Reverse Cuthill-McKee (RCM) ordering on the graph.
void belfem::graph::apply_rcm_permutation (Graph &aGraph, const Cell< index_t > &aPermutation)
 Applies the RCM permutation to reorder the graph vertices.