Home
last modified time | relevance | path

Searched refs:SNESLINESEARCHBISECTION (Results 1 – 6 of 6) sorted by relevance

/petsc/src/snes/linesearch/interface/
H A Dlinesearchregi.c36 PetscCall(SNESLineSearchRegister(SNESLINESEARCHBISECTION, SNESLineSearchCreate_Bisection)); in SNESLineSearchRegisterAll()
/petsc/doc/changes/
H A D323.md99 - Add `SNESLINESEARCHBISECTION` as new SNES line search type, performing a bisection line search on…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi247 PetscSNESLineSearchType SNESLINESEARCHBISECTION
H A DSNES.pyx2733 BISECTION = S_(SNESLINESEARCHBISECTION)
/petsc/include/
H A Dpetscsnes.h775 #define SNESLINESEARCHBISECTION "bisection" macro
/petsc/doc/manual/
H A Dsnes.md379 Bisection ``SNESLINESEARCHBISECTION`` ``bisection``
430 For highly non-linear problems, the bisection line search `SNESLINESEARCHBISECTION`