Searched refs:remoteHash (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1183 PetscHMapIJ remoteHash; in DMPlexInterpolatePointSF() local 1212 PetscCall(PetscHMapIJCreate(&remoteHash)); in DMPlexInterpolatePointSF() 1218 PetscCall(PetscHMapIJSet(remoteHash, key, l)); in DMPlexInterpolatePointSF() 1349 …PetscCall(DMPlexMapToLocalPoint(dm, remoteHash, fcone[p - 1], &points[p], &mapToLocalPointFailed)); in DMPlexInterpolatePointSF() 1452 … PetscCall(DMPlexMapToLocalPoint(dm, remoteHash, candidates[off + d], &points[c + 1], NULL)); in DMPlexInterpolatePointSF() 1503 PetscCall(PetscHMapIJDestroy(&remoteHash)); in DMPlexInterpolatePointSF()
|