Lines Matching refs:pStart
9 PetscInt pStart, pEnd; in DMPlexComputeAnchorAdjacencies() local
17 PetscCall(PetscSectionGetChart(section, &pStart, &pEnd)); in DMPlexComputeAnchorAdjacencies()
18 PetscCall(PetscSectionSetChart(adjSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
29 PetscCall(PetscSectionSetChart(inverseSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
41 PetscCall(PetscCalloc1(pEnd - pStart, &offsets)); in DMPlexComputeAnchorAdjacencies()
54 inverse[iOff + offsets[a - pStart]++] = p; in DMPlexComputeAnchorAdjacencies()
77 for (p = pStart; p < pEnd; p++) { in DMPlexComputeAnchorAdjacencies()
91 if ((qAdj < pStart) || (qAdj >= pEnd)) continue; in DMPlexComputeAnchorAdjacencies()
108 for (p = pStart; p < pEnd; p++) { in DMPlexComputeAnchorAdjacencies()
125 if ((qAdj < pStart) || (qAdj >= pEnd)) continue; in DMPlexComputeAnchorAdjacencies()
249 PetscInt dim, pStart, pEnd, numDof, globalOffStart, globalOffEnd, numCols, adjSize; in DMPlexCreateAdjacencySection_Static() local
264 PetscCall(PetscSectionGetChart(section, &pStart, &pEnd)); in DMPlexCreateAdjacencySection_Static()
358 if ((p < pStart) || (p >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
366 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
392 for (p = pStart; p < pEnd; ++p) { in DMPlexCreateAdjacencySection_Static()
405 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
436 if ((p < pStart) || (p >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
450 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
500 for (p = pStart; p < pEnd; ++p) { in DMPlexCreateAdjacencySection_Static()
525 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
543 for (p = pStart; p < pEnd; ++p) { in DMPlexCreateAdjacencySection_Static()
574 for (p = pStart; p < pEnd; ++p) { in DMPlexCreateAdjacencySection_Static()
604 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
626 for (p = pStart; p < pEnd; ++p) { in DMPlexCreateAdjacencySection_Static()
666 if ((padj < pStart) || (padj >= pEnd)) continue; in DMPlexCreateAdjacencySection_Static()
704 PetscInt rStart, rEnd, r, pStart, pEnd, p; in DMPlexUpdateAllocation_Static() local
712 PetscCall(PetscSectionGetChart(section, &pStart, &pEnd)); in DMPlexUpdateAllocation_Static()
713 for (p = pStart; p < pEnd; ++p) { in DMPlexUpdateAllocation_Static()
765 PetscInt rStart, rEnd, r, pStart, pEnd, p, len, maxRowLen = 0; in DMPlexFillMatrix_Static() local
776 PetscCall(PetscSectionGetChart(section, &pStart, &pEnd)); in DMPlexFillMatrix_Static()
777 for (p = pStart; p < pEnd; ++p) { in DMPlexFillMatrix_Static()
932 PetscInt c,cStart,cEnd,pStart,pEnd;
941 PetscCall(PetscSectionGetChart(section, &pStart, &pEnd));
942 npoints = pEnd - pStart;
945 PetscCall(PetscArrayzero(lvisits,pEnd-pStart));
946 PetscCall(PetscArrayzero(visits,pEnd-pStart));