Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1186 DMLabel lblRoots, lblLeaves; in DMPlexPartitionLabelPropagate() local
1211 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexPartitionLabelPropagate()
1212 PetscCall(DMLabelGetValueIS(lblRoots, &rankIS)); in DMPlexPartitionLabelPropagate()
1218 PetscCall(DMLabelGetStratumIS(lblRoots, remoteRank, &pointIS)); in DMPlexPartitionLabelPropagate()
1224 PetscCall(DMLabelDestroy(&lblRoots)); in DMPlexPartitionLabelPropagate()
H A Dplexsubmesh.c245 DMLabel lblRoots, lblLeaves; in DMPlexLabelComplete_Internal() local
266 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexLabelComplete_Internal()
267 PetscCall(DMLabelGetValueIS(lblRoots, &valueIS)); in DMPlexLabelComplete_Internal()
273 PetscCall(DMLabelGetStratumIS(lblRoots, value, &pointIS)); in DMPlexLabelComplete_Internal()
279 PetscCall(DMLabelDestroy(&lblRoots)); in DMPlexLabelComplete_Internal()