Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h174 PetscReal *hist_resid; /* residual at each iteration */ member
195 if (tao->hist_resid) tao->hist_resid[tao->hist_len] = resid; 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()
2590 tao->hist_resid = resid; in TaoSetConvergenceHistory()
2639 if (resid) *resid = tao->hist_resid; in TaoGetConvergenceHistory()