43 #ifndef IFPACK_GREEDYPARTITIONER_H 
   44 #define IFPACK_GREEDYPARTITIONER_H 
   46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS) 
   48 #warning "The Ifpack package is deprecated" 
   55 #include "Teuchos_ParameterList.hpp" 
   94 #endif // IFPACK_GREEDYPARTITIONER_H 
int ComputePartitions()
Computes the partitions. Returns 0 if successful. 
 
T & get(ParameterList &l, const std::string &name)
 
Ifpack_GreedyPartitioner(const Ifpack_Graph *Graph)
Constructor. 
 
virtual ~Ifpack_GreedyPartitioner()
Destructor. 
 
adjacency_list< vecS, vecS, undirectedS, no_property, property< edge_weight_t, double > > Graph
 
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...