Lines Matching refs:fStart
51 PetscInt vStart, vEnd, v, eStart, eEnd, e, fStart, fEnd, f, defVal;
112 PetscCall(DMPlexGetHeightStratum(boundary, 0, &fStart, &fEnd));
113 in.numberoffacets = fEnd - fStart;
117 for (f = fStart; f < fEnd; ++f) {
118 const PetscInt idx = f - fStart;
227 PetscInt cStart, cEnd, c, eStart, eEnd, fStart, fEnd;
253 PetscCall(DMPlexGetHeightStratum(*dm, 1, &fStart, &fEnd));
294 if (p >= fStart && p < fEnd) {
319 PetscInt vStart, vEnd, v, eStart, eEnd, e, fStart, fEnd, f, cStart, cEnd, c, defVal;
376 PetscCall(DMPlexGetHeightStratum(dm, 1, &fStart, &fEnd));
377 in.numberoffacets = fEnd - fStart;
381 for (f = fStart; f < fEnd; ++f) {
382 const PetscInt idx = f - fStart;
506 PetscInt cStart, cEnd, c, eStart, eEnd, fStart, fEnd;
532 PetscCall(DMPlexGetHeightStratum(*dmRefined, 1, &fStart, &fEnd));
573 if (p >= fStart && p < fEnd) {