petsc-3.14.6 2021-03-30
PCGAMGASMSetUseAggs
Have the PCGAMG smoother on each level use the aggregates defined by the coarsening process as the subdomains for the additive Schwarz preconditioner.
Synopsis
#include "petscpc.h"
#include "petscksp.h"
PetscErrorCode PCGAMGASMSetUseAggs(PC pc, PetscBool flg)
Collective on PC
Input Parameters
Options Database Key
See Also
()
Level
intermediate
Location
src/ksp/pc/impls/gamg/gamg.c
Implementations
PCGAMGASMSetUseAggs_GAMG in src/ksp/pc/impls/gamg/gamg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages