PCAIRGetProcessorAgglom#
Returns whether PCAIR uses a graph partitioner to repartition coarse grids and reduce the number of active MPI ranks
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetProcessorAgglom(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif the coarse grids are repartitioned onto fewer MPI ranks as the hierarchy coarsens
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetProcessorAgglom(), PCAIRGetProcessorAgglomRatio(), PCAIRGetProcessorAgglomFactor(), PCAIRGetProcessEqLimit()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages