Lines Matching refs:candidatesRemote
1186 PetscSFNode *candidates, *candidatesRemote, *claims; in DMPlexInterpolatePointSF() local
1279 PetscCall(PetscMalloc1(candidatesRemoteSize, &candidatesRemote)); in DMPlexInterpolatePointSF()
1280 …PetscCall(PetscSFBcastBegin(sfCandidates, MPIU_SF_NODE, candidates, candidatesRemote, MPI_REPLACE)… in DMPlexInterpolatePointSF()
1281 … PetscCall(PetscSFBcastEnd(sfCandidates, MPIU_SF_NODE, candidates, candidatesRemote, MPI_REPLACE)); in DMPlexInterpolatePointSF()
1288 …interp_candidate_remote_view", "Remote Candidates", NULL, candidatesRemoteSize, candidatesRemote)); in DMPlexInterpolatePointSF()
1308 const PetscInt Np = candidatesRemote[hidx].index + 1; in DMPlexInterpolatePointSF()
1309 const PetscSFNode rface = candidatesRemote[hidx + 1]; in DMPlexInterpolatePointSF()
1310 const PetscSFNode *fcone = &candidatesRemote[hidx + 2]; in DMPlexInterpolatePointSF()
1379 const PetscInt Np = candidatesRemote[hidx].index + 1; in DMPlexInterpolatePointSF()
1380 const PetscSFNode *fcone = &candidatesRemote[hidx + 2]; in DMPlexInterpolatePointSF()
1403 PetscCall(PetscHMapIJKLRemoteIterGet(faceTable, iter, &candidatesRemote[hidx])); in DMPlexInterpolatePointSF()
1425 PetscCall(PetscSFBcastBegin(sfClaims, MPIU_SF_NODE, candidatesRemote, claims, MPI_REPLACE)); in DMPlexInterpolatePointSF()
1426 PetscCall(PetscSFBcastEnd(sfClaims, MPIU_SF_NODE, candidatesRemote, claims, MPI_REPLACE)); in DMPlexInterpolatePointSF()
1508 PetscCall(PetscFree(candidatesRemote)); in DMPlexInterpolatePointSF()