Lines Matching refs:localPoints
707 const PetscInt *localPoints; in DMPlexShiftSF_Single() local
714 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexShiftSF_Single()
724 glocalPoints[l] = DMPlexShiftPoint_Internal(localPoints[l], depth, depthShift); in DMPlexShiftSF_Single()
726 gremotePoints[l].index = newRemoteLocation[localPoints[l]]; in DMPlexShiftSF_Single()
3711 const PetscInt *localPoints, *subpoints, *rootdegree; in DMPlexCreateSubmeshGeneric_Interpolated() local
3736 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3771 c = localPoints ? localPoints[l] : l; in DMPlexCreateSubmeshGeneric_Interpolated()
3791 const PetscInt point = localPoints[l]; in DMPlexCreateSubmeshGeneric_Interpolated()
3877 const PetscInt point = localPoints[l]; in DMPlexCreateSubmeshGeneric_Interpolated()
4092 const PetscInt *localPoints; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4102 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4112 const PetscInt point = localPoints[l]; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4140 const PetscInt point = localPoints[l]; in DMPlexCreateCohesiveSubmesh_Uninterpolated()