PCAIRSetOnePointClassicalProlong#
Sets whether PCAIR uses a one-point classical prolongator instead of an approximate ideal prolongator
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetOnePointClassicalProlong(PC pc, PetscBool input_bool)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_bool -
PETSC_TRUEto use a one-point classical prolongator
Options Database Key#
-pc_air_one_point_classical_prolong (true|false) - use a one-point classical prolongator instead of an approximate ideal prolongator; defaults to true
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetOnePointClassicalProlong(), PCAIRSetSymmetric()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages