Searched refs:bound_tol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 184 …c X, Vec XL, Vec XU, Vec G, Vec S, Vec W, PetscReal steplen, PetscReal *bound_tol, IS *active_lowe… in TaoEstimateActiveBounds() argument 225 *bound_tol = PetscMin(*bound_tol, wnorm); in TaoEstimateActiveBounds() 259 } else if (xl[i] > PETSC_NINFINITY && x[i] <= xl[i] + *bound_tol && g[i] > zero) { in TaoEstimateActiveBounds() 265 } else if (xu[i] < PETSC_INFINITY && x[i] >= xu[i] - *bound_tol && g[i] < zero) { in TaoEstimateActiveBounds() 405 PetscErrorCode TaoBoundSolution(Vec X, Vec XL, Vec XU, PetscReal bound_tol, PetscInt *nDiff, Vec Xo… in TaoBoundSolution() argument 440 if (xl[i] > PETSC_NINFINITY && x[i] <= xl[i] + bound_tol) { in TaoBoundSolution() 443 } else if (xu[i] < PETSC_INFINITY && x[i] >= xu[i] - bound_tol) { in TaoBoundSolution()
|