Searched refs:yrange (Results 1 – 1 of 1) sorted by relevance
932 const PetscInt *yrange; in VecScatterCreate() local960 PetscCall(PetscLayoutGetRanges(ylayout, &yrange)); in VecScatterCreate()965 if (yindices_sorted[i] >= yrange[j + 1]) { /* If i-th index is out of rank j's bound */ in VecScatterCreate()968 …} while (yindices_sorted[i] >= yrange[j + 1] && j < ycommsize); /* Increase j until i-th index fal… in VecScatterCreate()969 …MT " not owned by any process, upper bound %" PetscInt_FMT, yindices_sorted[i], yrange[ycommsize]); in VecScatterCreate()1034 …ilocal[k] = ryindices[k] - yrange[yrank]; /* Convert … in VecScatterCreate()