#include "petscsnes.h" PetscErrorCode SNESNGMRESSetSelectType(SNES snes,SNESNGMRESSelectType stype)Logically Collective on SNES Many br
| snes | - the iterative context Many br | |
| stype | - selection type Many br |
| SNES_NGMRES_SELECT_NONE | - choose the combined solution all the time Many br | |
| SNES_NGMRES_SELECT_DIFFERENCE | - choose based upon the selection criteria Many br | |
| SNES_NGMRES_SELECT_LINESEARCH | - choose based upon line search combination Many br |
Level:intermediate
Location:src/snes/impls/ngmres/snesngmres.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages