#include "petscsnes.h" PetscErrorCode SNESNCGSetType(SNES snes, SNESNCGType btype)Logically Collective on SNES Many br
snes | - the iterative context Many br | |
btype | - update type Many br |
SNES_NCG_FR | - Fletcher-Reeves update Many br | |
SNES_NCG_PRP | - Polak-Ribiere-Polyak update Many br | |
SNES_NCG_HS | - Hestenes-Steifel update Many br | |
SNES_NCG_DY | - Dai-Yuan update Many br | |
SNES_NCG_CD | - Conjugate Descent update Many br |
Level:intermediate
Location:src/snes/impls/ncg/snesncg.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages