Searched refs:sfClaims (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1412 PetscSF sfMulti, sfClaims, sfPointNew; in DMPlexInterpolatePointSF() local 1421 …l(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sfClaims)); 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() 1427 PetscCall(PetscSFDestroy(&sfClaims)); in DMPlexInterpolatePointSF()
|