Searched refs:sharedLocal (Results 1 – 1 of 1) sorted by relevance
782 const PetscInt *sharedLocal; in DMPlexCreateOverlapMigrationSF() local835 PetscCall(PetscSFGetGraph(pointSF, NULL, &numSharedPoints, &sharedLocal, &sharedRemote)); in DMPlexCreateOverlapMigrationSF()839 if (pStart <= sharedLocal[p] && sharedLocal[p] < pEnd) { in DMPlexCreateOverlapMigrationSF()840 point = sharedLocal[p] + depthShift[d]; in DMPlexCreateOverlapMigrationSF()