PCAIRGetSymmetric#

Returns whether PCAIR defines the prolongator as the transpose of the restrictor

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRGetSymmetric(PC pc, PetscBool *input_bool)

Not Collective

Input Parameter#

  • pc - the PCAIR preconditioner context

Output Parameter#

  • input_bool - PETSC_TRUE if symmetric grid-transfer operators are used, defining the prolongator as R^T

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRSetSymmetric(), PCAIRGetOnePointClassicalProlong()

Level#

advanced

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