Home
last modified time | relevance | path

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

/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c136 static PetscErrorCode ourtaoconstraintsroutine(Tao tao, Vec x, Vec c, PetscCtx ctx) in ourtaoconstraintsroutine() function
257 if (!*ierr) *ierr = TaoSetConstraintsRoutine(*tao, *C, ourtaoconstraintsroutine, ctx); in taosetconstraintsroutine_()