PCAIRGetSubcomm#
Returns whether PCAIR performs reductions for arnoldi or newton polynomial inverses on a subcommunicator that excludes empty MPI ranks
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetSubcomm(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif the reductions are performed on a subcommunicator excluding empty ranks
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetSubcomm(), PCAIRGetProcessorAgglom(), PCAIRGetInverseType()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages