Searched refs:TaoBNCGTypes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.c | 5 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 D | petsctao.h | 182 PETSC_EXTERN const char *const TaoBNCGTypes[]; variable
|