Home
last modified time | relevance | path

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

/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c161 static PetscErrorCode ourtaoupdateroutine(Tao tao, PetscInt iter, PetscCtx ctx) in ourtaoupdateroutine() function
297 if (!*ierr) *ierr = TaoSetUpdate(*tao, ourtaoupdateroutine, ctx); in taosetupdate_()