MatPartitioningHierarchicalGetFineparts#
Get the fine-level partitioning of a hierarchical MatPartitioning.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningHierarchicalGetFineparts(MatPartitioning part, IS *fineparts)
Not Collective
Input Parameter#
part - the
MatPartitioningof typeMATPARTITIONINGHIERARCH
Output Parameter#
See Also#
MatPartitioning, MATPARTITIONINGHIERARCH, MatPartitioningHierarchicalGetCoarseparts(), MatPartitioningHierarchicalSetNfineparts()
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