Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D321.md193 - Add Boolean argument to `DMPlexPartitionLabelCreateSF()` to sort ranks
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1913 PetscCall(DMPlexPartitionLabelCreateSF(dm, lblMigration, PETSC_TRUE, &sfMigration)); in DMPlexDistribute()
2062 PetscCall(DMPlexPartitionLabelCreateSF(dm, lblOverlap, PETSC_FALSE, &sfOverlap)); in DMPlexDistributeOverlap_Internal()
H A Dplexpartition.c1393 PetscErrorCode DMPlexPartitionLabelCreateSF(DM dm, DMLabel label, PetscBool sortRanks, PetscSF *sf) in DMPlexPartitionLabelCreateSF() function
/petsc/include/
H A Dpetscdmplex.h264 PETSC_EXTERN PetscErrorCode DMPlexPartitionLabelCreateSF(DM, DMLabel, PetscBool, PetscSF *);