Home
last modified time | relevance | path

Searched refs:pIS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c570 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()
[all …]
/petsc/src/dm/label/
H A Ddmlabel.c1695 IS pIS; in DMLabelSetStratumBounds() local
1698 PetscCall(ISCreateStride(PETSC_COMM_SELF, pEnd - pStart, pStart, 1, &pIS)); in DMLabelSetStratumBounds()
1699 PetscCall(DMLabelSetStratumIS(label, value, pIS)); in DMLabelSetStratumBounds()
1700 PetscCall(ISDestroy(&pIS)); in DMLabelSetStratumBounds()