MGSetCyclesOnLevel

Sets the number of cycles to run on this level.

Synopsis

#include "petscsles.h" 
#include "petscmg.h"   
int MGSetCyclesOnLevel(PC pc,int l,int c) 
Collective on PC

Input Parameters

pc - the multigrid context
l - the level this is to be used for
n - the number of cycles

Keywords

MG, multigrid, set, cycles, V-cycle, W-cycle, level

See Also

MGSetCycles()

Level:advanced
Location:
src/sles/pc/impls/mg/mgfunc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages