PCAIRGetCoarsestSubcomm#

Returns whether PCAIR computes the coarse-grid polynomial coefficients on a subcommunicator

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRGetCoarsestSubcomm(PC pc, PetscBool *input_bool)

Not Collective

Input Parameter#

  • pc - the PCAIR preconditioner context

Output Parameter#

  • input_bool - PETSC_TRUE if the coarse-grid polynomial coefficients are computed on a subcommunicator

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRSetCoarsestSubcomm(), PCAIRGetSubcomm(), PCAIRGetCoarsestInverseType()

Level#

advanced

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages