Searched refs:SNESNewtonTRSetUpdateParameters (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex1.c | 273 PetscCall(SNESNewtonTRSetUpdateParameters(snes, 4.0, 5.0, 6.0, 7.0, 8.0)); in main()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 126 - Add `SNESNewtonTRSetTolerances()` and `SNESNewtonTRSetUpdateParameters()` to programmatically set…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 235 …PetscErrorCode SNESNewtonTRSetUpdateParameters(PetscSNES, PetscReal, PetscReal, PetscReal, PetscRe…
|
| H A D | SNES.pyx | 400 petsc.SNESNewtonTRSetUpdateParameters 410 CHKERR(SNESNewtonTRSetUpdateParameters(self.snes, ceta1, ceta2, ceta3, ct1, ct2))
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 1021 PetscErrorCode SNESNewtonTRSetUpdateParameters(SNES snes, PetscReal eta1, PetscReal eta2, PetscReal… in SNESNewtonTRSetUpdateParameters() function
|
| /petsc/include/ |
| H A D | petscsnes.h | 203 PETSC_EXTERN PetscErrorCode SNESNewtonTRSetUpdateParameters(SNES, PetscReal, PetscReal, PetscReal, …
|