Home
last modified time | relevance | path

Searched refs:SNESNGSGetTolerances (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/impls/gs/
H A Dgssecant.c32 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in SNESComputeNGSDefaultSecant()
H A Dsnesgs.c79 PetscErrorCode SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, P… in SNESNGSGetTolerances() function
/petsc/src/snes/tutorials/
H A Dex19.c397 PetscCall(SNESNGSGetTolerances(snes, &rtol, &atol, &stol, &max_its)); in NonlinearGS()
H A Dex5.c528 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
H A Dex55.c472 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
H A Dex15.c751 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
/petsc/include/
H A Dpetscsnes.h724 PETSC_EXTERN PetscErrorCode SNESNGSGetTolerances(SNES, PetscReal *, PetscReal *, PetscReal *, Petsc…