BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Graph_METIS.hpp File Reference
#include "cl_Cell.hpp"
#include "cl_Vector.hpp"
#include "cl_Graph_Vertex.hpp"
Include dependency graph for fn_Graph_METIS.hpp:

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)