Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c212 PetscInt newBounds[2][2][2]; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local
218 newBounds[i][j][0] = PetscMax(bounds[i][0], bounds[i][1]); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
219 newBounds[i][j][1] = PetscMin(bounds[i][0], bounds[i][1]); 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()
259 for (j = 0; j < 2; j++) bounds[i][j] = newBounds[i][section][j]; in VecTaggerComputeBox_CDF_SortedArray_Iterative()