PCGAMGSetNSmooths#
Set number of smoothing steps (1 is typical) used for multigrid on all the levels
Synopsis#
#include "petscpc.h"
PetscErrorCode PCGAMGSetNSmooths(PC pc, PetscInt n)
Logically Collective
Input Parameters#
pc - the preconditioner context
n - the number of smooths
Options Database Key#
-pc_gamg_agg_nsmooths <nsmooth, default=1> - number of smoothing steps to use with smooth aggregation
See Also#
Level#
intermediate
Location#
Implementations#
PCGAMGSetNSmooths_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