Home
last modified time | relevance | path

Searched refs:SNESLineSearchSetTolerances (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D33.md155 - SNESLineSearchSetTolerances() replaces SNESLSSetParams(), with the
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi256 …PetscErrorCode SNESLineSearchSetTolerances(PetscSNESLineSearch, PetscReal, PetscReal, PetscReal, P…
H A DSNES.pyx2882 getTolerances, petsc.SNESLineSearchSetTolerances
2896 … CHKERR(SNESLineSearchSetTolerances(self.snesls, cminstep, cmaxstep, crtol, catol, cltol, cmaxits))
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c1184 PetscErrorCode SNESLineSearchSetTolerances(SNESLineSearch linesearch, PetscReal minlambda, PetscRea… in SNESLineSearchSetTolerances() function
/petsc/include/
H A Dpetscsnes.h876 PETSC_EXTERN PetscErrorCode SNESLineSearchSetTolerances(SNESLineSearch, PetscReal, PetscReal, Petsc…