Home
last modified time | relevance | path

Searched defs:stol (Results 1 – 15 of 15) 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()
79 PetscErrorCode SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, P… in SNESNGSGetTolerances()
172 PetscReal rtol = PETSC_CURRENT, atol = PETSC_CURRENT, stol = PETSC_CURRENT; in SNESSetFromOptions_NGS() local
H A Dgsimpl.h11 PetscReal stol; /* step tolerance of the inner pointblock solver */ member
H A Dgssecant.c18 PetscReal atol, rtol, stol; in SNESComputeNGSDefaultSecant() local
/petsc/src/snes/linesearch/impls/nleqerr/
H A Dlinesearchnleqerr.c39 PetscReal lambda, minlambda, stol; in SNESLineSearchApply_NLEQERR() local
/petsc/src/snes/tests/
H A Dex5.c31 PetscReal abstol, rtol, stol, norm; in main() local
/petsc/src/snes/tutorials/
H A Dex2.c41 PetscReal abstol, rtol, stol, norm; in main() local
H A Dex3k.kokkos.cxx228 PetscReal abstol, rtol, stol, norm; in main() local
H A Dex19.c377 PetscReal rtol, atol, stol; in NonlinearGS() local
H A Dex3.c87 PetscReal abstol, rtol, stol, norm; in main() local
H A Dex55.c464 PetscReal atol, rtol, stol; in NonlinearGS() local
H A Dex5.c520 PetscReal atol, rtol, stol; in NonlinearGS() local
H A Dex15.c731 PetscReal atol, rtol, stol; in NonlinearGS() local
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c64 PetscReal lambda, lambdatemp, lambdaprev, minlambda, initslope, alpha, stol; in SNESLineSearchApply_BT() local
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c44 PetscReal stol; /* restart tolerance for the combination */ member
/petsc/src/snes/interface/
H A Dsnes.c969 PetscReal rtol, abstol, stol; in SNESSetFromOptions() local
3927 PetscErrorCode SNESSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Petsc… in SNESSetTolerances()
4042 PetscErrorCode SNESGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, Pets… in SNESGetTolerances()
5569 PetscReal rtol = PETSC_CURRENT, stol; in KSPPreSolve_SNESEW() local