43 #ifndef IFPACK_LINEARPARTITIONER_H 
   44 #define IFPACK_LINEARPARTITIONER_H 
   46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS) 
   48 #warning "The Ifpack package is deprecated" 
   55 #include "Teuchos_ParameterList.hpp" 
   87 #endif // IFPACK_LINEARPARTITIONER_H 
virtual ~Ifpack_LinearPartitioner()
Destructor. 
int ComputePartitions()
Computes the partitions. Returns 0 if successful. 
int SetPartitionParameters(Teuchos::ParameterList &)
Sets all the parameters for the partitioner (none for linear partioning). 
adjacency_list< vecS, vecS, undirectedS, no_property, property< edge_weight_t, double > > Graph
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK. 
Ifpack_LinearPartitioner: A class to define linear partitions. 
Ifpack_LinearPartitioner(const Ifpack_Graph *Graph)
Constructor.