Searched refs:ourtaoobjectiveandgradientroutine (Results 1 – 1 of 1) sorted by relevance
82 static PetscErrorCode ourtaoobjectiveandgradientroutine(Tao tao, Vec x, PetscReal *f, Vec g, PetscC… in ourtaoobjectiveandgradientroutine() function184 if (!*ierr) *ierr = TaoSetObjectiveAndGradient(*tao, *g, ourtaoobjectiveandgradientroutine, ctx); in taosetobjectiveandgradient_()