Searched refs:sremotePoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|