PCGAMGGetProlongatorFilterScale#
Get the per-level scaling of the prolongator filter threshold
Synopsis#
#include "petscpc.h"
PetscErrorCode PCGAMGGetProlongatorFilterScale(PC pc, PetscReal *scale)
Not Collective
Input Parameter#
pc - the preconditioner context
Output Parameter#
scale - per-level multiplier in [0,1]; the effective threshold on level l is
prolongator_filtertimesscaleraised to the power l, where level 0 is the finest
See Also#
the Users Manual section on PCGAMG, the Users Manual section on PCMG, KSP: Linear System Solvers, PCGAMG, PCGAMGSetProlongatorFilter(), PCGAMGSetProlongatorFilterScale()
Level#
intermediate
Location#
Implementations#
PCGAMGGetProlongatorFilterScale_AGG() in src/ksp/pc/impls/gamg/agg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages