Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1252 const PetscInt *ghostPoints; /* Ghost fault faces */ in DMPlexConstructCohesiveCells_Internal() local
1293 ghostPoints = NULL; in DMPlexConstructCohesiveCells_Internal()
1317 PetscCall(ISGetIndices(ghostIS, &ghostPoints)); in DMPlexConstructCohesiveCells_Internal()
1914 if (ghostIS) PetscCall(ISRestoreIndices(ghostIS, &ghostPoints)); in DMPlexConstructCohesiveCells_Internal()