Lines Matching refs:eStart

285   PetscInt           Nf, Nl, vStart, vEnd, eStart, eEnd;
325 PetscCall(DMPlexGetDepthStratum(dm, 1, &eStart, &eEnd));
330 PetscCall(PetscSectionGetDof(s, eStart, &cdof));
337 for (PetscInt e = eStart; e < eEnd; ++e) {
344 if (e == eStart) vFirst = cone[0];
365 for (PetscInt e = eStart; e < eEnd; ++e) {
1147 PetscInt numLabels, l, numColors, numLColors, dim, d, depth, cStart, cEnd, c, vStart, vEnd, v, eStart = 0, eEnd = 0, fStart = 0, fEnd = 0, e, p, n;
1200 PetscCall(DMPlexGetDepthStratum(dm, 1, &eStart, &eEnd));
1244 PetscInt maxStratum = PetscMax(vEnd - vStart, PetscMax(eEnd - eStart, PetscMax(fEnd - fStart, cEnd - cStart)));
1250 PetscCall(PetscViewerASCIIPrintf(viewer, "\\newcommand{\\eStart}{%" PetscInt_FMT "}\n", eStart));
1252 PetscCall(PetscViewerASCIIPrintf(viewer, "\\newcommand{\\eShift}{%.2f}\n", 3 + (maxStratum - (eEnd - eStart)) / 2.));
1253 PetscCall(PetscViewerASCIIPrintf(viewer, "\\newcommand{\\numEdges}{%" PetscInt_FMT "}\n", eEnd - eStart));
1314 for (e = eStart; e < eEnd; ++e) {
1358 for (e = eStart; e < eEnd; ++e) {
1497 PetscCall(PetscViewerASCIIPrintf(viewer, "\\foreach \\e in {\\eStart,...,\\eEnd}\n"));
1499 PetscCall(PetscViewerASCIIPrintf(viewer, " \\node(\\e_%d) [draw,shape=circle,color=%s,minimum size = 6mm] at (\\eShift+\\e-\\eStart,%d) {\\e};\n", rank, color, height++));
6039 PetscInt dim, depth = -1, eStart = -1, Nf;
6055 eStart = point;
6060 if (dim == 2) eStart = cone[0];
6064 eStart = cone2[0];
6076 PetscCall(PetscSectionFieldGetTensorDegree_Private(dm, section, f, eStart, &Nc, &k, &continuous, &tensor));
6086 PetscCall(PetscSectionFieldGetTensorDegree_Private(dm, section, f, eStart, &Nc, &k, &continuous, &tensor));
6108 PetscCall(PetscSectionFieldGetTensorDegree_Private(dm, section, f, eStart, &Nc, &k, &continuous, &tensor));
6162 PetscCall(PetscSectionFieldGetTensorDegree_Private(dm, section, f, eStart, &Nc, &k, &continuous, &tensor));
9204 PetscInt eStart, eEnd;
9209 PetscCall(DMPlexGetDepthStratum(dm, 1, &eStart, &eEnd));
9210 PetscCall(DMPlexCreateNumbering_Plex(dm, eStart, eEnd, 0, NULL, sf, globalEdgeNumbers));
9923 PetscInt cdim, cStart, cEnd, c, eStart, eEnd, count = 0;
9938 PetscCall(DMPlexGetDepthStratum(dm, 1, &eStart, &eEnd));
9979 if ((edge >= eStart) && (edge < eEnd)) {