Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h42 PetscBool spaced_restart; /* If true, restarts the CG method every x*n iterations */ member
H A Dbncg.c206 …cent restarting every fixed number of iterations", "", cg->spaced_restart, &cg->spaced_restart, NU… in TaoSetFromOptions_BNCG()
382 cg->spaced_restart = PETSC_FALSE; in TaoCreate_BNCG()
456 if (cg->spaced_restart) { in TaoBNCGStepDirectionUpdate()
462 if (cg->spaced_restart) { in TaoBNCGStepDirectionUpdate()