Home
last modified time | relevance | path

Searched refs:default_smoothd (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcmgimpl.h71 PetscInt default_smoothd; /* with calls to KSPSetTolerances() */ member
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c385 mg->default_smoothd = 2; in PCMGSetLevels_MG()
420 …olerances(mglevels[i]->smoothd, PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, mg->default_smoothd)); in PCMGSetLevels_MG()
935 …PSetTolerances(mglevels[i]->cr, PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, mg->default_smoothd)); in PCSetUp_MG()
1795 mg->default_smoothd = n; in PCMGSetNumberSmooth()