Home
last modified time | relevance | path

Searched refs:SNESNCGTypes (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/ncg/
H A Dsnesncg.c2 const char *const SNESNCGTypes[] = {"FR", "PRP", "HS", "DY", "CD", "SNESNCGType", "SNES_NCG_", NULL… variable
100 …PetscCall(PetscOptionsEnum("-snes_ncg_type", "NCG Beta type used", "SNESNCGSetType", SNESNCGTypes,… in SNESSetFromOptions_NCG()
123 if (isascii) PetscCall(PetscViewerASCIIPrintf(viewer, " type: %s\n", SNESNCGTypes[ncg->type])); in SNESView_NCG()
/petsc/include/
H A Dpetscsnes.h1163 PETSC_EXTERN const char *const SNESNCGTypes[]; variable