43 #ifndef IFPACK_GREEDYPARTITIONER_H
44 #define IFPACK_GREEDYPARTITIONER_H
46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48 #warning "The Ifpack package is deprecated"
52 #include "Ifpack_ConfigDefs.h"
53 #include "Ifpack_Partitioner.h"
54 #include "Ifpack_OverlappingPartitioner.h"
55 #include "Teuchos_ParameterList.hpp"
80 RootNode_ = List.get(
"partitioner: root node", RootNode_);
94 #endif // IFPACK_GREEDYPARTITIONER_H
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
Ifpack_GreedyPartitioner(const Ifpack_Graph *Graph)
Constructor.
virtual ~Ifpack_GreedyPartitioner()
Destructor.
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner (root node).
Ifpack_GreedyPartitioner: A class to decompose Ifpack_Graph's using a simple greedy algorithm...