Lines Matching refs:sremotePoints
3710 PetscSFNode *sremotePoints = NULL, *newLocalPoints = NULL, *newOwners = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local
3860 PetscCall(PetscMalloc1(sl, &sremotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3866 sremotePoints[sl].rank = newLocalPoints[point - pStart].rank; in DMPlexCreateSubmeshGeneric_Interpolated()
3867 sremotePoints[sl].index = newLocalPoints[point - pStart].index; in DMPlexCreateSubmeshGeneric_Interpolated()
3868 … PetscCheck(sremotePoints[sl].rank >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote rank"); in DMPlexCreateSubmeshGeneric_Interpolated()
3869 …PetscCheck(sremotePoints[sl].index >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote subpoint… in DMPlexCreateSubmeshGeneric_Interpolated()
3875 PetscCall(PetscMalloc1(numSubleaves, &sremotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3886 sremotePoints[sl].rank = newLocalPoints[point].rank; in DMPlexCreateSubmeshGeneric_Interpolated()
3887 sremotePoints[sl].index = newLocalPoints[point].index; in DMPlexCreateSubmeshGeneric_Interpolated()
3888 …PetscCheck(sremotePoints[sl].rank >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote rank for … in DMPlexCreateSubmeshGeneric_Interpolated()
3889 …PetscCheck(sremotePoints[sl].index >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote subpoint… in DMPlexCreateSubmeshGeneric_Interpolated()
3895 …etGraph(sfPointSub, numSubroots, sl, slocalPoints, PETSC_OWN_POINTER, sremotePoints, PETSC_OWN_POI… in DMPlexCreateSubmeshGeneric_Interpolated()
4091 PetscSFNode *sremotePoints, *newLocalPoints, *newOwners; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4138 PetscCall(PetscMalloc1(numSubLeaves, &sremotePoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4149 sremotePoints[sl].rank = newLocalPoints[point].rank; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4150 sremotePoints[sl].index = newLocalPoints[point].index; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4151 …PetscCheck(sremotePoints[sl].rank >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote rank for … in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4152 …PetscCheck(sremotePoints[sl].index >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid remote subpoint… in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4157 …etGraph(sfPointSub, numSubRoots, sl, slocalPoints, PETSC_OWN_POINTER, sremotePoints, PETSC_OWN_POI… in DMPlexCreateCohesiveSubmesh_Uninterpolated()