PCAIRGetCFSplittingType#
Returns the coarse/fine (CF) splitting algorithm used by PCAIR
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetCFSplittingType(PC pc, CFSplittingType *cf_splitting_type)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
cf_splitting_type - the CF splitting algorithm, one of
CF_PMISR_DDC,CF_DIAG_DOM,CF_PMIS,CF_PMIS_DIST2,CF_AGG, orCF_PMIS_AGG
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetCFSplittingType(), CFSplittingType, PCAIRGetStrongThreshold(), PCAIRGetMaxLubySteps()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages