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
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif 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