Searched refs:DMLabelDistribute (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmlabel.pxi | 38 PetscErrorCode DMLabelDistribute(PetscDMLabel, PetscSF, PetscDMLabel*)
|
| H A D | DMLabel.pyx | 579 gather, petsc.DMLabelDistribute 583 CHKERR(DMLabelDistribute(self.dmlabel, sf.sf, &new.dmlabel))
|
| /petsc/include/ |
| H A D | petscdmlabel.h | 62 PETSC_EXTERN PetscErrorCode DMLabelDistribute(DMLabel, PetscSF, DMLabel *);
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1984 PetscErrorCode DMLabelDistribute(DMLabel label, PetscSF sf, DMLabel *labelNew) in DMLabelDistribute() function 3022 PetscCall(DMLabelDistribute(sl->label, migrationSF, &dlabel)); in PetscSectionSymDistribute_Label()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1211 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexPartitionLabelPropagate()
|
| H A D | plexdistribute.c | 1293 PetscCall(DMLabelDistribute(label, migrationSF, &labelNew)); in DMPlexDistributeLabels()
|
| H A D | plexsubmesh.c | 266 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexLabelComplete_Internal()
|