Home
last modified time | relevance | path

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

/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c82 static PetscErrorCode ourtaoobjectiveandgradientroutine(Tao tao, Vec x, PetscReal *f, Vec g, PetscC… in ourtaoobjectiveandgradientroutine() function
184 if (!*ierr) *ierr = TaoSetObjectiveAndGradient(*tao, *g, ourtaoobjectiveandgradientroutine, ctx); in taosetobjectiveandgradient_()