66 #ifndef GraphPartitioner_h 67 #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:84
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
GraphPartitioner(void)
Constructor.
Definition: GraphPartitioner.h:88