Searched refs:i_r (Results 1 – 1 of 1) sorted by relevance
67 PetscInt i, i_r; in SNESSolve_QN() local124 for (i = 0, i_r = 0; i < snes->max_its; i++, i_r++) { in SNESSolve_QN()217 if (qn->restart_type == SNES_QN_RESTART_POWELL && i_r > 1) { in SNESSolve_QN()232 if (i_r > qn->m - 1) periodic = PETSC_TRUE; in SNESSolve_QN()242 …ouble)PetscRealPart(DolddotD), (double)qn->powell_gamma, (double)PetscRealPart(DolddotDold), i_r)); in SNESSolve_QN()244 …PetscCall(PetscViewerASCIIPrintf(qn->monitor, "Periodic restart! i_r = %" PetscInt_FMT "\n", i_r)); in SNESSolve_QN()248 i_r = -1; in SNESSolve_QN()