| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 33 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 D | gsimpl.h | 11 PetscReal stol; /* step tolerance of the inner pointblock solver */ member
|
| H A D | gssecant.c | 18 PetscReal atol, rtol, stol; in SNESComputeNGSDefaultSecant() local
|
| /petsc/src/snes/linesearch/impls/nleqerr/ |
| H A D | linesearchnleqerr.c | 39 PetscReal lambda, minlambda, stol; in SNESLineSearchApply_NLEQERR() local
|
| /petsc/src/snes/tests/ |
| H A D | ex5.c | 31 PetscReal abstol, rtol, stol, norm; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 41 PetscReal abstol, rtol, stol, norm; in main() local
|
| H A D | ex3k.kokkos.cxx | 228 PetscReal abstol, rtol, stol, norm; in main() local
|
| H A D | ex19.c | 377 PetscReal rtol, atol, stol; in NonlinearGS() local
|
| H A D | ex3.c | 87 PetscReal abstol, rtol, stol, norm; in main() local
|
| H A D | ex55.c | 464 PetscReal atol, rtol, stol; in NonlinearGS() local
|
| H A D | ex5.c | 520 PetscReal atol, rtol, stol; in NonlinearGS() local
|
| H A D | ex15.c | 731 PetscReal atol, rtol, stol; in NonlinearGS() local
|
| /petsc/src/snes/linesearch/impls/bt/ |
| H A D | linesearchbt.c | 64 PetscReal lambda, lambdatemp, lambdaprev, minlambda, initslope, alpha, stol; in SNESLineSearchApply_BT() local
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 44 PetscReal stol; /* restart tolerance for the combination */ member
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 969 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
|