Home
last modified time | relevance | path

Searched refs:SNESNGSSetTolerances (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/gs/
H A Dsnesgs.c33 PetscErrorCode SNESNGSSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Pe… in SNESNGSSetTolerances() function
184 if (flg || flg1 || flg2 || flg3) PetscCall(SNESNGSSetTolerances(snes, atol, rtol, stol, max_its)); in SNESSetFromOptions_NGS()
/petsc/include/
H A Dpetscsnes.h723 PETSC_EXTERN PetscErrorCode SNESNGSSetTolerances(SNES, PetscReal, PetscReal, PetscReal, PetscInt);