Searched refs:total_gp_its (Results 1 – 4 of 4) sorted by relevance
28 PetscInt total_gp_its; member
47 … PetscCall(PetscViewerASCIIPrintf(viewer, "Total PG its: %" PetscInt_FMT ",", tron->total_gp_its)); in TaoView_TRON()251 ++tron->total_gp_its; in TronGradientProjections()341 tron->total_gp_its = 0; in TaoCreate_TRON()
26 PetscInt total_gp_its; member
50 … PetscCall(PetscViewerASCIIPrintf(viewer, "Total PG its: %" PetscInt_FMT ",", gpcg->total_gp_its)); in TaoView_GPCG()242 gpcg->total_gp_its++; in GPCGGradProjections()322 gpcg->total_gp_its = 0; in TaoCreate_GPCG()