Searched refs:ghostIS (Results 1 – 1 of 1) sorted by relevance
1244 IS ghostIS; in DMPlexConstructCohesiveCells_Internal() local1314 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()