Searched refs:dynamic_restart (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.h | 41 PetscBool dynamic_restart; /* Keeps track of whether or not to do a dynamic (KD) restart */ member
|
| H A D | bncg.c | 368 cg->dynamic_restart = PETSC_FALSE; in TaoCreate_BNCG() 618 …_restart) PetscCall(TaoBNCGCheckDynamicRestart(tao, step, gd, gd_old, &cg->dynamic_restart, fold)); in TaoBNCGStepDirectionUpdate() 619 if (cg->dynamic_restart) { in TaoBNCGStepDirectionUpdate() 708 …_restart) PetscCall(TaoBNCGCheckDynamicRestart(tao, step, gd, gd_old, &cg->dynamic_restart, fold)); in TaoBNCGStepDirectionUpdate() 709 if (cg->dynamic_restart) { in TaoBNCGStepDirectionUpdate()
|