Home
last modified time | relevance | path

Searched refs:PCMGSetNumberSmooth (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/changes/
H A D38.md84 - Added PCMGSetNumberSmooth()
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx156 PetscCall(PCMGSetNumberSmooth(pc, 2)); in main()
H A Dex35.cxx170 PetscCall(PCMGSetNumberSmooth(pc, 2)); in main()
/petsc/include/
H A Dpetscpc.h425 PETSC_EXTERN PetscErrorCode PCMGSetNumberSmooth(PC, PetscInt);
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1779 PetscErrorCode PCMGSetNumberSmooth(PC pc, PetscInt n) in PCMGSetNumberSmooth() function
/petsc/doc/manual/
H A Dksp.md1153 …he faster the convergence, but with more cost per multigrid iteration. See `PCMGSetNumberSmooth()`.