Home
last modified time | relevance | path

Searched refs:SNESSetTolerances (Results 1 – 11 of 11) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c113 …PetscCall(SNESSetTolerances(fas->next, fas->next->abstol, fas->next->rtol, fas->next->stol, fas->n… in SNESFASSetLevels()
212 …if (fas->smoothu) PetscCall(SNESSetTolerances(fas->smoothu, fas->smoothu->abstol, fas->smoothu->rt… in SNESFASSetNumberSmoothUp()
242 …PetscCall(SNESSetTolerances(fas->smoothd, fas->smoothd->abstol, fas->smoothd->rtol, fas->smoothd->… in SNESFASSetNumberSmoothDown()
283 …PetscCall(SNESSetTolerances(fas->smoothu, fas->fine->abstol, fas->fine->rtol, fas->fine->stol, 50,… in SNESFASSetContinuation()
316 …if (!isFine) PetscCall(SNESSetTolerances(snes, snes->abstol, snes->rtol, snes->stol, cycles, snes-… in SNESFASSetCycles()
439 …PetscCall(SNESSetTolerances(nsmooth, nsmooth->abstol, nsmooth->rtol, nsmooth->stol, nsmooth->max_i… in SNESFASCycleCreateSmoother_Private()
445 PetscCall(SNESSetTolerances(nsmooth, 0.0, 0.0, 0.0, fas->max_down_it, nsmooth->max_funcs)); in SNESFASCycleCreateSmoother_Private()
477 PetscCall(SNESSetTolerances(snes, snes->abstol, snes->rtol, snes->stol, cycles, snes->max_funcs)); in SNESFASCycleSetCycles()
/petsc/doc/changes/
H A D322.md118 - Add support for `PETSC_DETERMINE` as an argument to `SNESSetTolerances()` to set the parameter ba…
119 - Deprecate `PETSC_DEFAULT` in favor of `PETSC_CURRENT` for `SNESSetTolerances()`
H A D310.md113 - SNESSetTolerances() and -snes_max_funcs now accept -1 to indicate
H A D2017.md36 maximum (1000), via SNESSetTolerances() or -snes_max_func
/petsc/src/snes/tutorials/network/
H A Dex1.c708 PetscCall(SNESSetTolerances(snes, PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, 1, PETSC_CURRENT)); in main()
735 …PetscCall(SNESSetTolerances(snes_power, PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, 1, PETSC_CURR… in main()
761 …PetscCall(SNESSetTolerances(snes_water, PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, 1, PETSC_CURR… in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSNES.pyx1198 getTolerances, petsc.SNESSetTolerances
1208 CHKERR(SNESSetTolerances(self.snes, catol, crtol, cstol,
1552 getMaxFunctionEvaluations, petsc.SNESSetTolerances
1558 CHKERR(SNESSetTolerances(self.snes, r, r, r, i, ival))
1567 setMaxFunctionEvaluations, petsc.SNESSetTolerances
H A Dpetscsnes.pxi164 PetscErrorCode SNESSetTolerances(PetscSNES, PetscReal, PetscReal, PetscReal, PetscInt, PetscInt)
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c499 …PetscCall(SNESSetTolerances(ilink->snes, snes->abstol, snes->rtol, snes->stol, 1, snes->max_funcs)… in SNESCompositeAddSNES_Composite()
/petsc/include/
H A Dpetscsnes.h140 PETSC_EXTERN PetscErrorCode SNESSetTolerances(SNES, PetscReal, PetscReal, PetscReal, PetscInt, Pets…
/petsc/src/snes/interface/
H A Dsnes.c993 PetscCall(SNESSetTolerances(snes, abstol, rtol, stol, max_its, max_funcs)); in SNESSetFromOptions()
3407 PetscCall(SNESSetTolerances(snes->npc, 0.0, 0.0, 0.0, 1, snes->npc->max_funcs)); in SNESSetUp()
3927 PetscErrorCode SNESSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Petsc… in SNESSetTolerances() function
/petsc/doc/manual/
H A Dsnes.md829 SNESSetTolerances(SNES snes, PetscReal atol, PetscReal rtol, PetscReal stol, PetscInt its, PetscInt…