Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsnesimpl.h138 PetscInt *conv_hist_its; /* linear iterations for each Newton step */ member
276 if (snes->conv_hist_its) snes->conv_hist_its[snes->conv_hist_len] = its; in SNESLogConvergenceHistory()
/petsc/src/snes/interface/
H A Dsnes.c1875 snes->conv_hist_its = NULL; in SNESCreate()
3571 if ((*snes)->conv_hist_alloc) PetscCall(PetscFree2((*snes)->conv_hist, (*snes)->conv_hist_its)); in SNESDestroy()
4484 snes->conv_hist_its = its; in SNESSetConvergenceHistory()
4545 if (its) *its = snes->conv_hist_its; in SNESGetConvergenceHistory()