Lines Matching refs:smoothd
241 if (!fas->smoothd) PetscCall(SNESFASCycleCreateSmoother_Private(snes, &fas->smoothd)); in SNESFASSetNumberSmoothDown()
242 …PetscCall(SNESSetTolerances(fas->smoothd, fas->smoothd->abstol, fas->smoothd->rtol, fas->smoothd->… in SNESFASSetNumberSmoothDown()
504 *smooth = fas->smoothd; in SNESFASCycleGetSmoother()
534 if (!fas->smoothu) *smoothu = fas->smoothd; in SNESFASCycleGetSmootherUp()
554 PetscErrorCode SNESFASCycleGetSmootherDown(SNES snes, SNES *smoothd) in SNESFASCycleGetSmootherDown() argument
560 PetscAssertPointer(smoothd, 2); in SNESFASCycleGetSmootherDown()
562 *smoothd = fas->smoothd; in SNESFASCycleGetSmootherDown()
986 if (!fas->smoothd) PetscCall(SNESFASCycleCreateSmoother_Private(levelsnes, &fas->smoothd)); in SNESFASGetSmoother()
987 *smooth = fas->smoothd; in SNESFASGetSmoother()
1016 if (!fas->smoothd) PetscCall(SNESFASCycleCreateSmoother_Private(levelsnes, &fas->smoothd)); in SNESFASGetSmootherDown()
1018 *smooth = fas->smoothd; in SNESFASGetSmootherDown()
1047 if (!fas->smoothd) PetscCall(SNESFASCycleCreateSmoother_Private(levelsnes, &fas->smoothd)); in SNESFASGetSmootherUp()
1077 if (!fas->smoothd) PetscCall(SNESFASCycleCreateSmoother_Private(levelsnes, &fas->smoothd)); in SNESFASGetCoarseSolve()
1078 *coarse = fas->smoothd; in SNESFASGetCoarseSolve()