PCAIRGetRDrop#

Returns the relative drop tolerance applied to R by PCAIR on each level after it is built

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRGetRDrop(PC pc, PetscReal *input_real)

Not Collective

Input Parameter#

  • pc - the PCAIR preconditioner context

Output Parameter#

  • input_real - the relative (inf norm) drop tolerance applied to R

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRSetRDrop(), PCAIRGetADrop()

Level#

advanced

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