Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h172 PetscInt hist_max; /* Number of iteration histories to keep */ member
193 if (tao->hist_max > tao->hist_len) { in TaoLogConvergenceHistory()
/petsc/src/tao/interface/
H A Dtaosolver.c2593 tao->hist_max = na; in TaoSetConvergenceHistory()