Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h175 PetscReal *hist_cnorm; /* constraint norm at each iteration */ member
196 if (tao->hist_cnorm) tao->hist_cnorm[tao->hist_len] = cnorm; in TaoLogConvergenceHistory()
/petsc/src/tao/interface/
H A Dtaosolver.c307 …oc) PetscCall(PetscFree4((*tao)->hist_obj, (*tao)->hist_resid, (*tao)->hist_cnorm, (*tao)->hist_li… in TaoDestroy()
2591 tao->hist_cnorm = cnorm; in TaoSetConvergenceHistory()
2638 if (cnorm) *cnorm = tao->hist_cnorm; in TaoGetConvergenceHistory()