Lines Matching refs:smooth
420 PetscErrorCode SNESFASCycleCreateSmoother_Private(SNES snes, SNES *smooth) in SNESFASCycleCreateSmoother_Private() argument
429 PetscAssertPointer(smooth, 2); in SNESFASCycleCreateSmoother_Private()
450 *smooth = nsmooth; in SNESFASCycleCreateSmoother_Private()
496 PetscErrorCode SNESFASCycleGetSmoother(SNES snes, SNES *smooth) in SNESFASCycleGetSmoother() argument
502 PetscAssertPointer(smooth, 2); in SNESFASCycleGetSmoother()
504 *smooth = fas->smoothd; in SNESFASCycleGetSmoother()
976 PetscErrorCode SNESFASGetSmoother(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmoother() argument
983 PetscAssertPointer(smooth, 3); in SNESFASGetSmoother()
987 *smooth = fas->smoothd; in SNESFASGetSmoother()
1005 PetscErrorCode SNESFASGetSmootherDown(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmootherDown() argument
1012 PetscAssertPointer(smooth, 3); in SNESFASGetSmootherDown()
1018 *smooth = fas->smoothd; in SNESFASGetSmootherDown()
1036 PetscErrorCode SNESFASGetSmootherUp(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmootherUp() argument
1043 PetscAssertPointer(smooth, 3); in SNESFASGetSmootherUp()
1049 *smooth = fas->smoothu; in SNESFASGetSmootherUp()