Searched defs:cycles (Results 1 – 4 of 4) sorted by relevance
306 PetscErrorCode SNESFASSetCycles(SNES snes, PetscInt cycles) in SNESFASSetCycles()469 PetscErrorCode SNESFASCycleSetCycles(SNES snes, PetscInt cycles) in SNESFASCycleSetCycles()
15 PetscInt cycles; /* Type of cycle to run: 1 V 2 W */ member
31 PetscInt x_mesh = 15, levels = 3, cycles = 1, use_jacobi = 0; in main() local
18 PetscInt cycles = (mglevels->level == 1) ? 1 : mglevels->cycles; in PCMGMCycle_Private() local685 PetscInt levels, cycles; in PCSetFromOptions_MG() local