Lines Matching refs:fEnd
164 PetscInt fStart, fEnd, f; in DMPlexCreatePartitionerGraph_Native() local
167 PetscCall(DMPlexGetHeightStratum(dm, height + 1, &fStart, &fEnd)); in DMPlexCreatePartitionerGraph_Native()
169 for (f = fStart; f < fEnd; ++f) { in DMPlexCreatePartitionerGraph_Native()
190 if (fStart <= child && child < fEnd) { in DMPlexCreatePartitionerGraph_Native()
323 PetscInt dim, depth, floc, cloc, i, M, N, c, lm, m, cStart, cEnd, fStart, fEnd; in DMPlexCreatePartitionerGraph_ViaMat() local
350 PetscCall(DMPlexGetHeightStratum(dm, height + 1, &fStart, &fEnd)); in DMPlexCreatePartitionerGraph_ViaMat()
352 PetscCall(DMPlexCreateNumbering_Plex(dm, fStart, fEnd, 0, &M, sfPoint, &fis)); in DMPlexCreatePartitionerGraph_ViaMat()
423 if (child < fStart || child >= fEnd) continue; in DMPlexCreatePartitionerGraph_ViaMat()
568 PetscInt f, fStart, fEnd; in DMPlexCreateNeighborCSR() local
572 PetscCall(DMPlexGetHeightStratum(dm, cellHeight + 1, &fStart, &fEnd)); in DMPlexCreateNeighborCSR()
573 for (f = fStart; f < fEnd; ++f) { in DMPlexCreateNeighborCSR()
597 for (f = fStart; f < fEnd; ++f) { in DMPlexCreateNeighborCSR()