67 #ifndef GraphPartitioner_h    68 #define GraphPartitioner_h virtual int partition(Graph &theGraph, int numPart)=0
Method invoked to partition the graph. 
Base class for graph partitioners. 
Definition: GraphPartitioner.h:85
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
GraphPartitioner(void)
Constructor. 
Definition: GraphPartitioner.h:89