Home
last modified time | relevance | path

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

/petsc/src/tao/interface/ftn-custom/ !
H A Dztaosolverf.c72 static PetscErrorCode ourtaoobjectiveroutine(Tao tao, Vec x, PetscReal *f, PetscCtx ctx) in ourtaoobjectiveroutine() function
170 if (!*ierr) *ierr = TaoSetObjective(*tao, ourtaoobjectiveroutine, ctx); in taosetobjective_()