petsc-3.12.5 2020-03-29
MatPartitioningChacoGetEigenNumber
Gets the number of eigenvectors used by Chaco.
Synopsis
#include "petscmat.h"
PetscErrorCode MatPartitioningChacoGetEigenNumber(MatPartitioning part,PetscInt *num)
Not Collective
Input Parameter
part -the partitioning context
Output Parameter
num -number of eigenvectors
See Also
MatPartitioningChacoSetEigenNumber()
Level
advanced
Location
src/mat/partition/impls/chaco/chaco.c
Implementations
MatPartitioningChacoGetEigenNumber_Chaco in src/mat/partition/impls/chaco/chaco.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages