Searched refs:hist_obj (Results 1 – 2 of 2) sorted by relevance
173 PetscReal *hist_obj; /* obj value at each iteration */ member194 if (tao->hist_obj) tao->hist_obj[tao->hist_len] = obj; in TaoLogConvergenceHistory()
307 …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()