Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Danderson.c33 PetscInt restart_count = 0; in SNESSolve_Anderson() local
125 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()
H A Dsnesngmres.c138 PetscInt k, k_restart, l, ivec, restart_count = 0; in SNESSolve_NGMRES() local
271 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()