:orphan: # 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 ## Input Parameters - ***pc -*** the multigrid context - ***n -*** either `PC_MG_CYCLE_V` or `PC_MG_CYCLE_W` ## Options Database Key - ***-pc_mg_cycle_type -*** provide the cycle desired ## See Also `PCMG`, `PCMGSetCycleTypeOnLevel()`, `PCMGType`, `PCMGCycleType` ## Level advanced ## Location src/ksp/pc/impls/mg/mg.c ## Examples src/ksp/ksp/tutorials/ex35.cxx
src/ksp/ksp/tutorials/ex36.cxx
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/mg/mg.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)