PCAIRSetReusePolyCoeffs#
Sets whether PCAIR also reuses the GMRES polynomial coefficients when reusing the sparsity of the hierarchy
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetReusePolyCoeffs(PC pc, PetscBool input_bool)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_bool -
PETSC_TRUEto also reuse the GMRES polynomial coefficients
Options Database Key#
-pc_air_reuse_poly_coeffs (true|false) - also reuse the GMRES polynomial coefficients when
-pc_air_reuse_sparsityis set; defaults to false
Note#
Only useful when regenerating the hierarchy for the same matrix, with coefficients stored and restored using PCAIRGetPolyCoeffs() and PCAIRSetPolyCoeffs(); the coefficients are very sensitive to changes in the matrix.
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetReusePolyCoeffs(), PCAIRSetReuseSparsity(), PCAIRGetPolyCoeffs(), PCAIRSetPolyCoeffs()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages