PCAIRGetImproveZIts#

Returns the number of Richardson iterations used by PCAIR to improve the approximate restrictor

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRGetImproveZIts(PC pc, PetscInt *input_int)

Not Collective

Input Parameter#

  • pc - the PCAIR preconditioner context

Output Parameter#

  • input_int - the number of Richardson iterations

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRSetImproveZIts(), PCAIRGetImproveWIts()

Level#

advanced

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