PCAIRSetPolyOrder#

Sets the polynomial order used by the PCAIR F-point smoother inverse

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRSetPolyOrder(PC pc, PetscInt input_int)

Logically Collective

Input Parameters#

  • pc - the PCAIR preconditioner context

  • input_int - the polynomial order

Options Database Key#

  • -pc_air_poly_order poly_order - the polynomial order if using a polynomial inverse type; defaults to 6

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRGetPolyOrder(), PCAIRSetInverseType(), PCAIRSetCPolyOrder()

Level#

intermediate

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages