Searched refs:pg_ftol (Results 1 – 4 of 4) sorted by relevance
8 PetscReal pg_ftol; member
48 PetscCall(PetscViewerASCIIPrintf(viewer, "PG tolerance: %g \n", (double)tron->pg_ftol)); in TaoView_TRON()248 if (-actred <= (tron->pg_ftol) * actred_max) break; in TronGradientProjections()329 tron->pg_ftol = 0.001; in TaoCreate_TRON()
7 PetscReal pg_ftol; member
51 PetscCall(PetscViewerASCIIPrintf(viewer, "PG tolerance: %g \n", (double)gpcg->pg_ftol)); in TaoView_GPCG()233 if (-actred <= (gpcg->pg_ftol) * actred_max) break; in GPCGGradProjections()319 gpcg->pg_ftol = 0.1; in TaoCreate_GPCG()