#include <Ifpack_METISPartitioner.h>
Inheritance diagram for Ifpack_METISPartitioner:
Public Member Functions | |
| Ifpack_METISPartitioner (const Ifpack_Graph *Graph) | |
| Constructor. | |
| virtual | ~Ifpack_METISPartitioner () |
| Destructor. | |
| int | SetPartitionParameters (Teuchos::ParameterList &List) |
| Sets all the parameters for the partitioner (none at moment). | |
| int | ComputePartitions () |
| Computes the partitions. Returns 0 if successful. | |
Class Ifpack_METISPartitioner enables the decomposition of the local Ifpack_Graph's using METIS. In order to work properly, this class requires IFPACK to be configured with option --enable-ifpack-metis. Otherwise, this class will always create one partition.
Definition at line 52 of file Ifpack_METISPartitioner.h.
1.4.7