petsc-3.12.5 2020-03-29
PCMGSetCycleType
Sets the type cycles to use. Use PCMGSetCycleTypeOnLevel() for more complicated cycling.
Synopsis
#include "petscksp.h"
PetscErrorCode PCMGSetCycleType(PC pc,PCMGCycleType n)
Logically Collective on PC
Input Parameters
Options Database Key
-pc_mg_cycle_type <v,w> -provide the cycle desired
See Also
PCMGSetCycleTypeOnLevel()
Level
advanced
Location
src/ksp/pc/impls/mg/mg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages