71 #include <GraphPartitioner.h> 83 bool checkOptions(
void);
122 Metis(
int Ptype,
int Mtype,
int coarsenTo,
int Rtype,
int IPtype);
125 bool setOptions(
int Ptype,
131 bool setDefaultOptions(
void);
Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
GraphPartitioner is an abstract base class. Its subtypes are responsible for partioning the vertices ...
Definition: GraphPartitioner.h:80
type of GraphPartitioner which uses 'METIS - Unstructured Graph Partitioning And Sparse Matrix Orderi...
Definition: MetisNumberer.h:80
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:78
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
int partition(Graph &theGraph, int numPart)
Method to partition the graph. It first creates the arrays needed by the metis lib and then invokes a...
Definition: MetisNumberer.cpp:221
================================================================================
Definition: ContinuaReprComponent.h:34