PCAIRGetALump#
Returns whether PCAIR lumps to the diagonal rather than drops when forming the coarse matrix
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetALump(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif lumping to the diagonal rather than dropping when forming the coarse matrix
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetALump(), PCAIRGetADrop()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages