43 #ifndef IFPACK_METISPARTITIONER_H
44 #define IFPACK_METISPARTITIONER_H
46 #include "Ifpack_ConfigDefs.h"
47 #include "Ifpack_Partitioner.h"
48 #include "Ifpack_OverlappingPartitioner.h"
49 #include "Teuchos_ParameterList.hpp"
72 UseSymmetricGraph_(true)
86 UseSymmetricGraph_ = List.get(
"partitioner: use symmetric graph",
96 bool UseSymmetricGraph_;
100 #endif // IFPACK_METISPARTITIONER_H
Ifpack_METISPartitioner(const Ifpack_Graph *Graph)
Constructor.
Ifpack_METISPartitioner: A class to decompose Ifpack_Graph's using METIS.
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).