Searched refs:SNESQNRestartTypes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/qn/ |
| H A D | qn.c | 5 const char *const SNESQNRestartTypes[] = {"DEFAULT", "NONE", "POWELL", "PERIODIC", "SNESQNRestartTy… variable 336 …m("-snes_qn_restart_type", "Restart type", "SNESQNSetRestartType", SNESQNRestartTypes, (PetscEnum)… in SNESSetFromOptions_QN() 368 …s, restart type is %s, scale type is %s\n", SNESQNTypes[qn->type], SNESQNRestartTypes[qn->restart_… in SNESView_QN()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1215 PETSC_EXTERN const char *const SNESQNRestartTypes[]; variable
|