Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasfunc.c234 PetscErrorCode SNESFASSetNumberSmoothDown(SNES snes, PetscInt n) in SNESFASSetNumberSmoothDown() function
245 if (fas->next) PetscCall(SNESFASSetNumberSmoothDown(fas->next, n)); in SNESFASSetNumberSmoothDown()
H A Dfas.c250 if (downflg) PetscCall(SNESFASSetNumberSmoothDown(snes, n_down)); in SNESSetFromOptions_FAS()
/petsc/include/
H A Dpetscsnes.h1316 PETSC_EXTERN PetscErrorCode SNESFASSetNumberSmoothDown(SNES, PetscInt);