Searched refs:SNESNCGType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/impls/ncg/ |
| H A D | snesncgimpl.h | 10 …SNESNCGType type; /* Fletcher-Reeves, Polak-Ribiere-Polyak, Hestenes-Steifel, Dai-Yuan, Conjuga…
|
| H A D | snesncg.c | 93 SNESNCGType ncgtype = ncg->type; in SNESSetFromOptions_NCG() 149 PetscErrorCode SNESNCGSetType(SNES snes, SNESNCGType btype) in SNESNCGSetType() 153 PetscTryMethod(snes, "SNESNCGSetType_C", (SNES, SNESNCGType), (snes, btype)); in SNESNCGSetType() 157 static PetscErrorCode SNESNCGSetType_NCG(SNES snes, SNESNCGType btype) in SNESNCGSetType_NCG()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1162 } SNESNCGType; typedef 1165 PETSC_EXTERN PetscErrorCode SNESNCGSetType(SNES, SNESNCGType);
|
| /petsc/doc/manual/ |
| H A D | snes.md | 650 SNESNCGSetType(SNES snes, SNESNCGType btype);
|