Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h173 PetscReal *hist_obj; /* obj value at each iteration */ member
194 if (tao->hist_obj) tao->hist_obj[tao->hist_len] = obj; in TaoLogConvergenceHistory()
/petsc/src/tao/interface/
H A Dtaosolver.c307 …if ((*tao)->hist_malloc) PetscCall(PetscFree4((*tao)->hist_obj, (*tao)->hist_resid, (*tao)->hist_c… in TaoDestroy()
2589 tao->hist_obj = obj; in TaoSetConvergenceHistory()
2637 if (obj) *obj = tao->hist_obj; in TaoGetConvergenceHistory()