Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_bounds.c60 tao->user_boundsP = ctx; in TaoSetVariableBoundsRoutine()
117 …o callback variable bounds", (*tao->ops->computebounds)(tao, tao->XL, tao->XU, tao->user_boundsP)); in TaoComputeVariableBounds()
/petsc/include/petsc/private/
H A Dtaoimpl.h61 void *user_boundsP; member