MatPartitioningHierarchicalSetNfineparts#
Set the number of fine partitions per coarse partition produced by a hierarchical MatPartitioning.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningHierarchicalSetNfineparts(MatPartitioning part, PetscInt nfineparts)
Logically Collective
Input Parameters#
part - the
MatPartitioningof typeMATPARTITIONINGHIERARCHnfineparts - the number of fine partitions per coarse partition
See Also#
MatPartitioning, MATPARTITIONINGHIERARCH, MatPartitioningHierarchicalSetNcoarseparts(), MatPartitioningHierarchicalGetFineparts()
Level#
advanced
Location#
src/mat/graphops/partition/impls/hierarchical/hierarchical.c
Examples#
Index of all MatGraphOperations routines
Table of Contents for all manual pages
Index of all manual pages