MatPartitioningPTScotchGetImbalance#
Gets the value of the load imbalance ratio used during strategy selection.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningPTScotchGetImbalance(MatPartitioning part, PetscReal *imb)
Not Collective
Input Parameter#
part - the partitioning context
Output Parameter#
imb - the load imbalance ratio
See Also#
MATPARTITIONINGSCOTCH
, MatPartitioningPTScotchSetImbalance()
Level#
advanced
Location#
Implementations#
MatPartitioningPTScotchGetImbalance_PTScotch() in src/mat/graphops/partition/impls/scotch/scotch.c
Index of all MatGraphOperations routines
Table of Contents for all manual pages
Index of all manual pages