Home
last modified time | relevance | path

Searched refs:SNES_NGMRES_SELECT_LINESEARCH (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c170 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESNGMRESSelect_Private()
256 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESNGMRESSelectRestart_Private()
H A Dsnesngmres.c101 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESSetFromOptions_NGMRES()
/petsc/include/
H A Dpetscsnes.h1130 SNES_NGMRES_SELECT_LINESEARCH = 2 enumerator