Home
last modified time | relevance | path

Searched refs:SNESGetTolerances (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex2.c123 PetscCall(SNESGetTolerances(snes, &abstol, &rtol, &stol, &maxit, &maxf)); in main()
H A Dex35.c254 PetscCall(SNESGetTolerances(snes, NULL, NULL, NULL, &its, NULL)); in NonlinearGS()
H A Dex3k.kokkos.cxx291 PetscCall(SNESGetTolerances(snes, &abstol, &rtol, &stol, &maxit, &maxf)); in main()
H A Dex3.c227 PetscCall(SNESGetTolerances(snes, &abstol, &rtol, &stol, &maxit, &maxf)); in main()
/petsc/src/snes/tests/
H A Dex5.c124 PetscCall(SNESGetTolerances(snes, &abstol, &rtol, &stol, &maxit, &maxf)); in main()
/petsc/src/snes/linesearch/impls/nleqerr/
H A Dlinesearchnleqerr.c55 PetscCall(SNESGetTolerances(snes, NULL, NULL, &stol, NULL, NULL)); in SNESLineSearchApply_NLEQERR()
/petsc/doc/changes/
H A D2015.md77 - Added the routine SNESGetTolerances() to extract the various
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c81 PetscCall(SNESGetTolerances(snes, NULL, NULL, &stol, NULL, NULL)); in SNESLineSearchApply_BT()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi165 …PetscErrorCode SNESGetTolerances(PetscSNES, PetscReal*, PetscReal*, PetscReal*, PetscInt*, PetscIn…
H A DSNES.pyx1229 setTolerances, petsc.SNESGetTolerances
1234 CHKERR(SNESGetTolerances(self.snes, &catol, &crtol, &cstol,
1573 CHKERR(SNESGetTolerances(self.snes, r, r, r, i, &ival))
/petsc/include/
H A Dpetscsnes.h142 PETSC_EXTERN PetscErrorCode SNESGetTolerances(SNES, PetscReal *, PetscReal *, PetscReal *, PetscInt…
/petsc/doc/manual/
H A Dsnes.md842 A related routine is `SNESGetTolerances()`. `PETSC_CURRENT` may be used
/petsc/src/snes/interface/
H A Dsnes.c4042 PetscErrorCode SNESGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, Pets… in SNESGetTolerances() function