#include "typedefs.hpp"#include "fn_Graph_find_pseudo_peripheral_vertex.hpp"#include "fn_Graph_symrcm.hpp"#include "fn_Graph_bfs.hpp"#include "op_Graph_Vertex_Index.hpp"#include "op_Graph_Vertex_Degree.hpp"#include "cl_DynamicBitset.hpp"#include "cl_Queue.hpp"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. | |