Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c5 const char *const TaoBNCGTypes[] = {"gd", "pcgd", "hs", "fr", "prp", "prp_plus", "dy", "hz", "dk", … variable
183 …PetscCall(PetscOptionsEnum("-tao_bncg_type", "CG update formula", "TaoBNCGTypes", TaoBNCGTypes, (P… in TaoSetFromOptions_BNCG()
238 PetscCall(PetscViewerASCIIPrintf(viewer, "CG Type: %s\n", TaoBNCGTypes[cg->cg_type])); in TaoView_BNCG()
/petsc/include/
H A Dpetsctao.h182 PETSC_EXTERN const char *const TaoBNCGTypes[]; variable