Searched refs:SNESLINESEARCHSECANT (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/snes/linesearch/interface/ |
| H A D | linesearchregi.c | 29 PetscCall(SNESLineSearchRegister(SNESLINESEARCHSECANT, SNESLineSearchCreate_Secant)); in SNESLineSearchRegisterAll()
|
| /petsc/src/snes/tests/ |
| H A D | ex4.c | 52 PetscCall(PetscStrcmp(type, SNESLINESEARCHSECANT, &flg)); in main()
|
| /petsc/src/snes/impls/richardson/ |
| H A D | snesrichardson.c | 180 …cObject)linesearch)->type_name) PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESCreate_NRichardson()
|
| /petsc/src/snes/impls/ncg/ |
| H A D | snesncg.c | 109 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_NCG()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 14 PetscCall(SNESLineSearchSetType(ngmres->additive_linesearch, SNESLINESEARCHSECANT)); in SNESNGMRESGetAdditiveLineSearch_Private()
|
| /petsc/doc/manual/ |
| H A D | snes.md | 294 - ``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 D | qn.c | 352 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_QN()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 243 PetscSNESLineSearchType SNESLINESEARCHSECANT
|
| H A D | SNES.pyx | 2729 SECANT = S_(SNESLINESEARCHSECANT)
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 256 PetscCall(SNESLineSearchSetType(linesearch, SNESLINESEARCHSECANT)); in SNESSetFromOptions_FAS()
|
| /petsc/include/ |
| H A D | petscsnes.h | 770 #define SNESLINESEARCHSECANT "secant" macro
|