Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Danderson.c12 …", "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()
H A Dsnesngmres.c90 …", "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()
H A Dsnesngmres.h11 PetscInt restart_periodic; /* number of iterations to restart after */ member