Lines Matching refs:sfPoint

208   PetscSF         sfPoint;  in DMPlexLabelComplete_Internal()  local
242 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexLabelComplete_Internal()
243 PetscCall(PetscSFGetGraph(sfPoint, &nroots, NULL, NULL, NULL)); in DMPlexLabelComplete_Internal()
251 PetscCall(DMLabelGather(label, sfPoint, &lblLeaves)); in DMPlexLabelComplete_Internal()
266 PetscCall(DMLabelDistribute(label, sfPoint, &lblRoots)); in DMPlexLabelComplete_Internal()
736 PetscSF sfPoint, sfPointNew; in DMPlexShiftSF_Internal() local
741 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexShiftSF_Internal()
743 PetscCall(DMPlexShiftSF_Single(dm, depthShift, sfPoint, sfPointNew)); in DMPlexShiftSF_Internal()
810 PetscSF sfPoint; in DMPlexCreateVTKLabel_Internal() local
820 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexCreateVTKLabel_Internal()
823 PetscCall(PetscSFGetGraph(sfPoint, NULL, &numLeaves, &leafLocal, &leafRemote)); in DMPlexCreateVTKLabel_Internal()
3707 PetscSF sfPoint, sfPointSub; in DMPlexCreateSubmeshGeneric_Interpolated() local
3718 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexCreateSubmeshGeneric_Interpolated()
3736 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3738 PetscCall(PetscSFComputeDegreeBegin(sfPoint, &rootdegree)); in DMPlexCreateSubmeshGeneric_Interpolated()
3739 PetscCall(PetscSFComputeDegreeEnd(sfPoint, &rootdegree)); in DMPlexCreateSubmeshGeneric_Interpolated()
3807 PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3808 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3825 … PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3826 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3841 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)sfPoint), ownershipTransferSF)); in DMPlexCreateSubmeshGeneric_Interpolated()
3851 PetscCall(PetscSFBcastBegin(sfPoint, MPIU_SF_NODE, newOwners, newLocalPoints, MPI_REPLACE)); in DMPlexCreateSubmeshGeneric_Interpolated()
3852 PetscCall(PetscSFBcastEnd(sfPoint, MPIU_SF_NODE, newOwners, newLocalPoints, MPI_REPLACE)); in DMPlexCreateSubmeshGeneric_Interpolated()
4089 PetscSF sfPoint, sfPointSub; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4098 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4102 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4133 PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4134 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4135 PetscCall(PetscSFBcastBegin(sfPoint, MPIU_SF_NODE, newOwners, newLocalPoints, MPI_REPLACE)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4136 PetscCall(PetscSFBcastEnd(sfPoint, MPIU_SF_NODE, newOwners, newLocalPoints, MPI_REPLACE)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()