Searched refs:computebounds (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_bounds.c | 61 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 D | taoimpl.h | 28 PetscErrorCode (*computebounds)(Tao, Vec, Vec, void *); member
|
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.c | 16 …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 D | taocg.c | 21 …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 D | neldermead.c | 129 …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 D | owlqn.c | 62 …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 D | ntr.c | 62 …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 D | ntl.c | 56 …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 D | nls.c | 63 …if (tao->XL || tao->XU || tao->ops->computebounds) PetscCall(PetscInfo(tao, "WARNING: Variable bou… in TaoSolve_NLS()
|