Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_bounds.c61 tao->ops->computebounds = func; in TaoSetVariableBoundsRoutine()
108 if (tao->ops->computebounds) { in TaoComputeVariableBounds()
117 …PetscCallBack("Tao callback variable bounds", (*tao->ops->computebounds)(tao, tao->XL, tao->XU, ta… in TaoComputeVariableBounds()
/petsc/include/petsc/private/
H A Dtaoimpl.h28 PetscErrorCode (*computebounds)(Tao, Vec, Vec, void *); member
/petsc/src/tao/unconstrained/impls/lmvm/
H A Dlmvm.c16 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_LMVM()
/petsc/src/tao/unconstrained/impls/cg/
H A Dtaocg.c21 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_CG()
/petsc/src/tao/unconstrained/impls/neldermead/
H A Dneldermead.c129 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_NM()
/petsc/src/tao/unconstrained/impls/owlqn/
H A Dowlqn.c62 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_OWLQN()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c62 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_NTR()
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c56 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_NTL()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c63 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_NLS()