43#ifndef IFPACK_METISPARTITIONER_H
44#define IFPACK_METISPARTITIONER_H
49#include "Teuchos_ParameterList.hpp"
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_METISPartitioner: A class to decompose Ifpack_Graph's using METIS.
virtual ~Ifpack_METISPartitioner()
Destructor.
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
Ifpack_METISPartitioner(const Ifpack_Graph *Graph)
Constructor.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner (none at moment).