#include "typedefs.hpp"#include "assert.hpp"#include "graph_typedefs.hpp"#include "graphtools.hpp"#include "fn_Graph_METIS.hpp"#include "cl_Timer.hpp"#include "cl_Logger.hpp"#include "cl_Cell.hpp"#include "fn_to_vector.hpp"Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::graph |
Functions | |
| void | belfem::graph::metis_nd (Graph &aGraph) |
| Performs nested dissection ordering on the graph using METIS_NodeND. | |
| void | belfem::graph::metis_ndp (Graph &aGraph, const uint aNumPartitions) |
| Performs nested dissection ordering with partitioning using METIS_NodeNDP. | |
| void | belfem::graph::metis_partition (Graph &aGraph, const uint aNumPartitions, const bool aForceContinuousPartitions, Vector< proc_t > *aPartitions) |
| string | belfem::graph::metis_status (const int aStatus) |