Home
last modified time | relevance | path

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

/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c107 static PetscErrorCode ourtaoboundsroutine(Tao tao, Vec xl, Vec xu, PetscCtx ctx) in ourtaoboundsroutine() function
233 if (!*ierr) *ierr = TaoSetVariableBoundsRoutine(*tao, ourtaoboundsroutine, ctx); in taosetvariableboundsroutine_()