Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsnesimpl.h142 PetscBool conv_hist_alloc; member
/petsc/src/snes/interface/
H A Dsnes.c3571 if ((*snes)->conv_hist_alloc) PetscCall(PetscFree2((*snes)->conv_hist, (*snes)->conv_hist_its)); in SNESDestroy()
4481 snes->conv_hist_alloc = PETSC_TRUE; in SNESSetConvergenceHistory()