Searched refs:SNESFASSetNumberSmoothUp (Results 1 – 3 of 3) sorted by relevance
203 PetscErrorCode SNESFASSetNumberSmoothUp(SNES snes, PetscInt n) in SNESFASSetNumberSmoothUp() function213 if (fas->next) PetscCall(SNESFASSetNumberSmoothUp(fas->next, n)); in SNESFASSetNumberSmoothUp()
249 if (upflg) PetscCall(SNESFASSetNumberSmoothUp(snes, n_up)); in SNESSetFromOptions_FAS()
1315 PETSC_EXTERN PetscErrorCode SNESFASSetNumberSmoothUp(SNES, PetscInt);