Home
last modified time | relevance | path

Searched refs:SNESFASSetNumberSmoothUp (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c203 PetscErrorCode SNESFASSetNumberSmoothUp(SNES snes, PetscInt n) in SNESFASSetNumberSmoothUp() function
213 if (fas->next) PetscCall(SNESFASSetNumberSmoothUp(fas->next, n)); in SNESFASSetNumberSmoothUp()
H A Dfas.c249 if (upflg) PetscCall(SNESFASSetNumberSmoothUp(snes, n_up)); in SNESSetFromOptions_FAS()
/petsc/include/
H A Dpetscsnes.h1315 PETSC_EXTERN PetscErrorCode SNESFASSetNumberSmoothUp(SNES, PetscInt);