|
IFPACK
Development
|
Ifpack_METISPartitioner: A class to decompose Ifpack_Graph's using METIS. More...
#include <Ifpack_METISPartitioner.h>


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. | |
Ifpack_METISPartitioner: A class to decompose Ifpack_Graph's using METIS.
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 65 of file Ifpack_METISPartitioner.h.
1.7.6.1