Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c224 PetscInt thisInd = bounds[i][0] + j; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local
225 PetscReal val = cArray[thisInd]; in VecTaggerComputeBox_CDF_SortedArray_Iterative()
237 newBounds[i][section][0] = PetscMin(newBounds[i][section][0], thisInd); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
238 newBounds[i][section][1] = PetscMax(newBounds[i][section][0], thisInd + 1); in VecTaggerComputeBox_CDF_SortedArray_Iterative()