PCPFLAREINVGetMatrixFree#
Returns whether PCPFLAREINV applies its approximate inverse matrix-free
Synopsis#
PetscErrorCode PCPFLAREINVGetMatrixFree(PC pc, PetscBool *flg)
Not Collective
Input Parameter#
pc - the
PCPFLAREINVpreconditioner context
Output Parameter#
flg -
PETSC_TRUEif the approximate inverse is applied matrix-free instead of being assembled
See Also#
KSP: Linear System Solvers, PCPFLAREINV, PCPFLAREINVSetMatrixFree(), PCPFLAREINVGetInverseMat()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages