43 #ifndef IFPACK_METISPARTITIONER_H
44 #define IFPACK_METISPARTITIONER_H
49 #include "Teuchos_ParameterList.hpp"
100 #endif // IFPACK_METISPARTITIONER_H
T & get(ParameterList &l, const std::string &name)
Ifpack_METISPartitioner(const Ifpack_Graph *Graph)
Constructor.
Ifpack_METISPartitioner: A class to decompose Ifpack_Graph's using METIS.
adjacency_list< vecS, vecS, undirectedS, no_property, property< edge_weight_t, double > > Graph
virtual ~Ifpack_METISPartitioner()
Destructor.
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner (none at moment).