Home
last modified time | relevance | path

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

/petsc/src/snes/linesearch/interface/
H A Dlinesearchregi.c29 PetscCall(SNESLineSearchRegister(SNESLINESEARCHSECANT, SNESLineSearchCreate_Secant)); in SNESLineSearchRegisterAll()
/petsc/src/snes/tests/
H A Dex4.c52 PetscCall(PetscStrcmp(type, SNESLINESEARCHSECANT, &flg)); in main()
/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c180 …cObject)linesearch)->type_name) PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESCreate_NRichardson()
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c109 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_NCG()
/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c14 PetscCall(SNESLineSearchSetType(ngmres->additive_linesearch, SNESLINESEARCHSECANT)); in SNESNGMRESGetAdditiveLineSearch_Private()
/petsc/doc/manual/
H A Dsnes.md294 - ``SNESLINESEARCHSECANT``
302 - ``SNESLINESEARCHSECANT``
376 Secant method ``SNESLINESEARCHSECANT`` ``secant``
418 Besides the backtracking linesearch, there are `SNESLINESEARCHSECANT`,
639 where the default linesearch is `SNESLINESEARCHSECANT`. This simple solver
694 - ``SNESLINESEARCHSECANT``
/petsc/src/snes/impls/qn/
H A Dqn.c352 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_QN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi243 PetscSNESLineSearchType SNESLINESEARCHSECANT
H A DSNES.pyx2729 SECANT = S_(SNESLINESEARCHSECANT)
/petsc/src/snes/impls/fas/
H A Dfas.c256 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_FAS()
/petsc/include/
H A Dpetscsnes.h770 #define SNESLINESEARCHSECANT "secant" macro