Go to the source code of this file.
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) |