Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1244 IS ghostIS; in DMPlexConstructCohesiveCells_Internal() local
1314 PetscCall(DMLabelGetStratumIS(label, shift2 + dim - 1, &ghostIS)); in DMPlexConstructCohesiveCells_Internal()
1315 if (ghostIS) { in DMPlexConstructCohesiveCells_Internal()
1316 PetscCall(ISGetLocalSize(ghostIS, &numGhostPoints)); in DMPlexConstructCohesiveCells_Internal()
1317 PetscCall(ISGetIndices(ghostIS, &ghostPoints)); in DMPlexConstructCohesiveCells_Internal()
1914 if (ghostIS) PetscCall(ISRestoreIndices(ghostIS, &ghostPoints)); in DMPlexConstructCohesiveCells_Internal()
1915 PetscCall(ISDestroy(&ghostIS)); in DMPlexConstructCohesiveCells_Internal()