Lines Matching refs:pIS
570 IS pIS; in DMPlexShiftSizes_Internal() local
575 PetscCall(ISCreateStride(PETSC_COMM_SELF, pEndNew - pStartNew, pStartNew, 1, &pIS)); in DMPlexShiftSizes_Internal()
576 PetscCall(DMLabelSetStratumIS(depthLabel, d, pIS)); in DMPlexShiftSizes_Internal()
577 PetscCall(ISDestroy(&pIS)); in DMPlexShiftSizes_Internal()
1814 IS pIS; in DMPlexConstructCohesiveCells_Internal() local
1819 PetscCall(DMLabelGetStratumIS(label, dep, &pIS)); in DMPlexConstructCohesiveCells_Internal()
1820 if (!pIS) continue; in DMPlexConstructCohesiveCells_Internal()
1822 PetscCall(ISGetLocalSize(pIS, &numPoints)); in DMPlexConstructCohesiveCells_Internal()
1823 PetscCall(ISGetIndices(pIS, &points)); in DMPlexConstructCohesiveCells_Internal()
1851 PetscCall(ISRestoreIndices(pIS, &points)); in DMPlexConstructCohesiveCells_Internal()
1852 PetscCall(ISDestroy(&pIS)); in DMPlexConstructCohesiveCells_Internal()