Home
last modified time | relevance | path

Searched refs:SNESNCGType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/ncg/
H A Dsnesncgimpl.h10SNESNCGType type; /* Fletcher-Reeves, Polak-Ribiere-Polyak, Hestenes-Steifel, Dai-Yuan, Conjuga…
H A Dsnesncg.c93 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 Dpetscsnes.h1162 } SNESNCGType; typedef
1165 PETSC_EXTERN PetscErrorCode SNESNCGSetType(SNES, SNESNCGType);
/petsc/doc/manual/
H A Dsnes.md650 SNESNCGSetType(SNES snes, SNESNCGType btype);