Searched refs:gbounds (Results 1 – 1 of 1) sorted by relevance
40 PetscInt N_n, n, i, lbounds[2], gbounds[2], Nl, ibs; in ISRenumber() local90 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)subset), lbounds, gbounds)); in ISRenumber()91 if (gbounds[1] < gbounds[0]) { in ISRenumber()107 N_n = gbounds[1] - gbounds[0] + 1; in ISRenumber()115 for (i = 0; i < npos; i++) gidxs[i] = (ilocal ? idxs[ilocal[i]] : idxs[i]) - gbounds[0]; in ISRenumber()