PCAIRGetSmoothType#
Returns the type and number of smooths used by the PCAIR reduction multigrid
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetSmoothType(PC pc, char *input_string)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_string - the smoothing pattern, a sequence of
fandccharacters giving the type and number of smooths (for exampleff,fc,fcf,ffc, …)
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetSmoothType(), PCAIRGetInverseType(), PCAIRGetFullSmoothingUpAndDown()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages