72 #include <GraphPartitioner.h>    84     bool checkOptions(
void);
   123     Metis(
int Ptype, 
int Mtype, 
int coarsenTo, 
int Rtype, 
int IPtype);
 Base class for DOF numbererers. 
Definition: DOF_Numberer.h:94
GraphNumberer * getCopy(void) const
Virtual constructor. 
Definition: MetisNumberer.cpp:321
bool setOptions(int Ptype, int Mtype, int coarsenTo, int Rtype, int IPtype)
Sets the options for the partitioning to those passed as arguments. 
Definition: MetisNumberer.cpp:122
int partition(Graph &theGraph, int numPart)
Method to partition the graph. 
Definition: MetisNumberer.cpp:221
Base class for graph partitioners. 
Definition: GraphPartitioner.h:85
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
bool setDefaultOptions(void)
Sets the default options. 
Definition: MetisNumberer.cpp:209
type of GraphPartitioner which uses 'METIS - Unstructured Graph Partitioning And Sparse Matrix Orderi...
Definition: MetisNumberer.h:81
Numberer for problem's degrees of freedom. 
Definition: GraphNumberer.h:86
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35