Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c443 PetscBool cg_restart = PETSC_FALSE; in TaoBNCGStepDirectionUpdate() local
453 cg_restart = PETSC_TRUE; in TaoBNCGStepDirectionUpdate()
458 if (tao->niter % (dim * cg->min_restart_num)) cg_restart = PETSC_TRUE; in TaoBNCGStepDirectionUpdate()
464 if (0 == tao->niter % (6 * dim)) cg_restart = PETSC_TRUE; in TaoBNCGStepDirectionUpdate()
491 if (cg_restart) { in TaoBNCGStepDirectionUpdate()