Lines Matching refs:sfPoint
15 PetscSF sfPoint; in DMPlexCreatePartitionerGraph_Overlap() local
53 PetscCall(DMGetPointSF(ovdm, &sfPoint)); in DMPlexCreatePartitionerGraph_Overlap()
55 PetscCall(DMPlexCreateNumbering_Plex(ovdm, cStart, cEnd, 0, NULL, sfPoint, &cellNumbering)); in DMPlexCreatePartitionerGraph_Overlap()
120 PetscSF sfPoint; in DMPlexCreatePartitionerGraph_Native() local
144 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexCreatePartitionerGraph_Native()
153 PetscCall(DMPlexCreateNumbering_Plex(dm, pStart, pEnd, 0, NULL, sfPoint, &cellNumbering)); in DMPlexCreatePartitionerGraph_Native()
162 PetscCall(PetscSFGetGraph(sfPoint, &nroots, &nleaves, &local, NULL)); in DMPlexCreatePartitionerGraph_Native()
320 PetscSF sfPoint; in DMPlexCreatePartitionerGraph_ViaMat() local
348 PetscCall(DMGetIsoperiodicPointSF_Internal(dm, &sfPoint)); in DMPlexCreatePartitionerGraph_ViaMat()
351 PetscCall(DMPlexCreateNumbering_Plex(dm, cStart, cEnd, 0, &N, sfPoint, &cis)); in DMPlexCreatePartitionerGraph_ViaMat()
352 PetscCall(DMPlexCreateNumbering_Plex(dm, fStart, fEnd, 0, &M, sfPoint, &fis)); in DMPlexCreatePartitionerGraph_ViaMat()
1185 PetscSF sfPoint; in DMPlexPartitionLabelPropagate() local
1194 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexPartitionLabelPropagate()
1196 PetscCall(DMLabelGather(label, sfPoint, &lblLeaves)); in DMPlexPartitionLabelPropagate()
1211 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexPartitionLabelPropagate()
1252 PetscSF sfPoint; in DMPlexPartitionLabelInvert() local
1265 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexPartitionLabelInvert()
1280 PetscCall(PetscSFGetGraph(sfPoint, NULL, &nleaves, &local, &remote)); in DMPlexPartitionLabelInvert()