Searched refs:cyclesperpcapply (Results 1 – 2 of 2) sorted by relevance
55 …PetscInt cyclesperpcapply; /* Number of cycles to use in each PCApply(), multiplicat… member
445 mg->cyclesperpcapply = 1; in PCMGSetLevels_MG()636 …for (i = 0; i < mg->cyclesperpcapply; i++) PetscCall(PCMGMCycle_Private(pc, mglevels + levels - 1,… in PCApply_MG_Internal()726 …s for each preconditioner step", "PCMGMultiplicativeSetCycles", mg->cyclesperpcapply, &cycles, &fl… in PCSetFromOptions_MG()786 …etscViewerASCIIPrintf(viewer, " Cycles per PCApply=%" PetscInt_FMT "\n", mg->cyclesperpcapply)); in PCView_MG()1168 …evels[i]->smoothd || mg->am == PC_MG_FULL || mg->am == PC_MG_KASKADE || mg->cyclesperpcapply > 1) { in PCSetUp_MG()1456 mg->cyclesperpcapply = n; in PCMGMultiplicativeSetCycles()