Searched refs:SNESNGSGetTolerances (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/impls/gs/ |
| H A D | gssecant.c | 32 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in SNESComputeNGSDefaultSecant()
|
| H A D | snesgs.c | 79 PetscErrorCode SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, P… in SNESNGSGetTolerances() function
|
| /petsc/src/snes/tutorials/ |
| H A D | ex19.c | 397 PetscCall(SNESNGSGetTolerances(snes, &rtol, &atol, &stol, &max_its)); in NonlinearGS()
|
| H A D | ex5.c | 528 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
|
| H A D | ex55.c | 472 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
|
| H A D | ex15.c | 751 PetscCall(SNESNGSGetTolerances(snes, &atol, &rtol, &stol, &its)); in NonlinearGS()
|
| /petsc/include/ |
| H A D | petscsnes.h | 724 PETSC_EXTERN PetscErrorCode SNESNGSGetTolerances(SNES, PetscReal *, PetscReal *, PetscReal *, Petsc…
|