Searched refs:restart_count (Results 1 – 2 of 2) sorted by relevance
33 PetscInt restart_count = 0; in SNESSolve_Anderson() local125 if (selectRestart) restart_count++; in SNESSolve_Anderson()126 else restart_count = 0; in SNESSolve_Anderson()131 restart_count = ngmres->restart_it; in SNESSolve_Anderson()137 if (restart_count >= ngmres->restart_it) { in SNESSolve_Anderson()139 restart_count = 0; in SNESSolve_Anderson()
138 PetscInt k, k_restart, l, ivec, restart_count = 0; in SNESSolve_NGMRES() local271 if (selectRestart) restart_count++; in SNESSolve_NGMRES()272 else restart_count = 0; in SNESSolve_NGMRES()276 restart_count = ngmres->restart_it; in SNESSolve_NGMRES()283 if (restart_count >= ngmres->restart_it) { in SNESSolve_NGMRES()285 restart_count = 0; in SNESSolve_NGMRES()