Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h262 PETSC_EXTERN PetscErrorCode DMPlexPartitionLabelAdjacency(DM, DMLabel);
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1135 PetscErrorCode DMPlexPartitionLabelAdjacency(DM dm, DMLabel label) in DMPlexPartitionLabelAdjacency() function
H A Dplexdistribute.c572 PetscCall(DMPlexPartitionLabelAdjacency(dm, ovAdjByRank)); in DMPlexCreateOverlapLabel()