Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c85 …lectType", SNESNGMRESSelectTypes, (PetscEnum)ngmres->select_type, (PetscEnum *)&ngmres->select_typ… in SNESSetFromOptions_NGMRES()
101 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESSetFromOptions_NGMRES()
117 if (ngmres->select_type == SNES_NGMRES_SELECT_DIFFERENCE) { in SNESView_NGMRES()
247 …if (ngmres->restart_type == SNES_NGMRES_RESTART_DIFFERENCE || ngmres->select_type == SNES_NGMRES_S… in SNESSolve_NGMRES()
438 ngmres->select_type = stype; in SNESNGMRESSetSelectType_NGMRES()
532 ngmres->select_type = SNES_NGMRES_SELECT_DIFFERENCE; in SNESCreate_NGMRES()
H A Dngmresfunc.c170 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESNGMRESSelect_Private()
216 } else if (ngmres->select_type == SNES_NGMRES_SELECT_DIFFERENCE) { in SNESNGMRESSelect_Private()
256 if (ngmres->select_type == SNES_NGMRES_SELECT_LINESEARCH) { in SNESNGMRESSelectRestart_Private()
261 } else if (ngmres->select_type == SNES_NGMRES_SELECT_DIFFERENCE) { in SNESNGMRESSelectRestart_Private()
H A Dsnesngmres.h14 SNESNGMRESSelectType select_type; member