Searched refs:restart_periodic (Results 1 – 3 of 3) sorted by relevance
12 …", "Iterations before forced restart", "SNES", ngmres->restart_periodic, &ngmres->restart_periodic… in SNESSetFromOptions_Anderson()129 if (k_restart > ngmres->restart_periodic) { in SNESSolve_Anderson()230 ngmres->restart_periodic = 30; in SNESCreate_Anderson()
90 …", "Iterations before forced restart", "SNES", ngmres->restart_periodic, &ngmres->restart_periodic… in SNESSetFromOptions_NGMRES()274 if (k_restart > ngmres->restart_periodic) { in SNESSolve_NGMRES()524 ngmres->restart_periodic = 30; in SNESCreate_NGMRES()
11 PetscInt restart_periodic; /* number of iterations to restart after */ member