|
IFPACK
Development
|
Ifpack_GreedyPartitioner: A class to decompose Ifpack_Graph's using a simple greedy algorithm. More...
#include <Ifpack_GreedyPartitioner.h>


Public Member Functions | |
| Ifpack_GreedyPartitioner (const Ifpack_Graph *Graph) | |
| Constructor. | |
| virtual | ~Ifpack_GreedyPartitioner () |
| Destructor. | |
| int | SetPartitionParameters (Teuchos::ParameterList &List) |
| Sets all the parameters for the partitioner (root node). | |
| int | ComputePartitions () |
| Computes the partitions. Returns 0 if successful. | |
Ifpack_GreedyPartitioner: A class to decompose Ifpack_Graph's using a simple greedy algorithm.
Definition at line 58 of file Ifpack_GreedyPartitioner.h.
1.7.6.1