Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex1.c67 PetscInt i, its, N, hist_its[50]; in main() local
235 PetscCall(SNESSetConvergenceHistory(snes, history, hist_its, 50, PETSC_TRUE)); in main()
268 …nt_FMT ": Linear iterations %" PetscInt_FMT " Function norm = %g\n", i, hist_its[i], (double)histo… in main()