Lines Matching refs:low
190 PetscInt n, low, high, nDiff; in TaoEstimateActiveBounds() local
234 PetscCall(VecGetOwnershipRange(X, &low, &high)); in TaoEstimateActiveBounds()
237 PetscCall(ISCreateStride(comm, n, low, 1, inactive)); in TaoEstimateActiveBounds()
255 isf[n_isf] = low + i; in TaoEstimateActiveBounds()
257 isa[n_isa] = low + i; in TaoEstimateActiveBounds()
261 isl[n_isl] = low + i; in TaoEstimateActiveBounds()
263 isa[n_isa] = low + i; in TaoEstimateActiveBounds()
267 isu[n_isu] = low + i; in TaoEstimateActiveBounds()
269 isa[n_isa] = low + i; in TaoEstimateActiveBounds()
273 isi[n_isi] = low + i; in TaoEstimateActiveBounds()
407 PetscInt i, n, low, high, nDiff_loc = 0; in TaoBoundSolution() local
431 PetscCall(VecGetOwnershipRange(X, &low, &high)); in TaoBoundSolution()