Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c40 PetscInt N_n, n, i, lbounds[2], gbounds[2], Nl, ibs; in ISRenumber() local
62 lbounds[0] = PETSC_INT_MAX; in ISRenumber()
63 lbounds[1] = PETSC_INT_MIN; in ISRenumber()
69 if (idxs[i] < lbounds[0]) lbounds[0] = idxs[i]; in ISRenumber()
70 if (idxs[i] > lbounds[1]) lbounds[1] = idxs[i]; in ISRenumber()
90 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)subset), lbounds, gbounds)); in ISRenumber()