PCAIRSetALump#
Sets whether PCAIR lumps to the diagonal rather than drops when forming the coarse matrix
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetALump(PC pc, PetscBool input_bool)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_bool -
PETSC_TRUEto lump to the diagonal rather than drop when forming the coarse matrix
Options Database Key#
-pc_air_a_lump (true|false) - lump to the diagonal rather than drop for the coarse matrix; defaults to false
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetALump(), PCAIRSetADrop()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages