Searched refs:SNESNewtonTRSetTolerances (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex1.c | 272 PetscCall(SNESNewtonTRSetTolerances(snes, 1.0, 2.0, 3.0)); in main() 534 if (it == 0) PetscCall(SNESNewtonTRSetTolerances(snes, PETSC_CURRENT, 0.01, PETSC_CURRENT)); in monitor_change_deltamax()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 126 - Add `SNESNewtonTRSetTolerances()` and `SNESNewtonTRSetUpdateParameters()` to programmatically set… 127 - Deprecate `SNESSetTrustRegionTolerance()` in favor of `SNESNewtonTRSetTolerances()`
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 908 return SNESNewtonTRSetTolerances(snes, tol, PETSC_CURRENT, PETSC_CURRENT); in SNESSetTrustRegionTolerance() 938 PetscErrorCode SNESNewtonTRSetTolerances(SNES snes, PetscReal delta_min, PetscReal delta_max, Petsc… in SNESNewtonTRSetTolerances() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 233 PetscErrorCode SNESNewtonTRSetTolerances(PetscSNES, PetscReal, PetscReal, PetscReal)
|
| H A D | SNES.pyx | 343 petsc.SNESNewtonTRSetTolerances 351 CHKERR(SNESNewtonTRSetTolerances(self.snes, cdmin, cdmax, cd0))
|
| /petsc/include/ |
| H A D | petscsnes.h | 201 PETSC_EXTERN PetscErrorCode SNESNewtonTRSetTolerances(SNES, PetscReal, PetscReal, PetscReal);
|