Searched refs:nhist (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/interface/ftn-custom/ |
| H A D | ztaosolverf.c | 260 PETSC_EXTERN void taogetconvergencehistory_(Tao *tao, PetscInt *nhist, PetscErrorCode *ierr) in taogetconvergencehistory_() argument 262 *ierr = TaoGetConvergenceHistory(*tao, NULL, NULL, NULL, NULL, nhist); in taogetconvergencehistory_()
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | chwirut1f.F90 | 308 PetscInt nhist 352 PetscCallA(TaoGetConvergenceHistory(ta, nhist, ierr))
|
| /petsc/src/tao/interface/ |
| H A D | taosolver.c | 2633 …y(Tao tao, PetscReal **obj, PetscReal **resid, PetscReal **cnorm, PetscInt **lits, PetscInt *nhist) in TaoGetConvergenceHistory() argument 2641 if (nhist) *nhist = tao->hist_len; in TaoGetConvergenceHistory()
|