Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2014 DMLabel lblOverlap; in DMPlexDistributeOverlap_Internal() local
2059 …s, mesh->ovExLabels, mesh->ovExValues, rootSection, rootrank, leafSection, leafrank, &lblOverlap)); in DMPlexDistributeOverlap_Internal()
2060 …(DMPlexCreateOverlapLabel(dm, overlap, rootSection, rootrank, leafSection, leafrank, &lblOverlap)); in DMPlexDistributeOverlap_Internal()
2062 PetscCall(DMPlexPartitionLabelCreateSF(dm, lblOverlap, PETSC_FALSE, &sfOverlap)); in DMPlexDistributeOverlap_Internal()
2093 PetscCall(DMLabelDestroy(&lblOverlap)); in DMPlexDistributeOverlap_Internal()