Searched refs:SNESFASSetNumberSmoothDown (Results 1 – 3 of 3) sorted by relevance
234 PetscErrorCode SNESFASSetNumberSmoothDown(SNES snes, PetscInt n) in SNESFASSetNumberSmoothDown() function245 if (fas->next) PetscCall(SNESFASSetNumberSmoothDown(fas->next, n)); in SNESFASSetNumberSmoothDown()
250 if (downflg) PetscCall(SNESFASSetNumberSmoothDown(snes, n_down)); in SNESSetFromOptions_FAS()
1316 PETSC_EXTERN PetscErrorCode SNESFASSetNumberSmoothDown(SNES, PetscInt);