PCAIRSetCoarsestPolyOrder#
Sets the polynomial order used by the PCAIR coarse-grid solver
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetCoarsestPolyOrder(PC pc, PetscInt input_int)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_int - the polynomial order
Options Database Key#
-pc_air_coarsest_poly_order poly_order - the polynomial order of the coarse-grid solver if using a polynomial inverse type; defaults to 6
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetCoarsestPolyOrder(), PCAIRSetPolyOrder(), PCAIRSetCoarsestInverseType()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages