#include <Ifpack_LinearPartitioner.h>
Public Member Functions | |
| Ifpack_LinearPartitioner (const Ifpack_Graph *Graph) | |
| Constructor. | |
| virtual | ~Ifpack_LinearPartitioner () |
| Destructor. | |
| int | SetPartitionParameters (Teuchos::ParameterList &List) |
| Sets all the parameters for the partitioner (none for linear partioning). | |
| int | ComputePartitions () |
| Computes the partitions. Returns 0 if successful. | |
Definition at line 17 of file Ifpack_LinearPartitioner.h.
1.3.9.1