MatPartitioningSetType#
Sets the type of partitioner to use
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningSetType(MatPartitioning part, MatPartitioningType type)
Collective
Input Parameters#
part - the partitioning context.
type - a known method
Options Database Key#
-mat_partitioning_type
- (for instance, parmetis), use -help for a list of available methods or seeMatPartitioningType
See Also#
Matrices, Mat
, MatPartitioning
, MatPartitioningCreate()
, MatPartitioningApply()
, MatPartitioningType
Level#
intermediate
Location#
Examples#
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages