Searched refs:ctRecv (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 892 PetscInt *ctRecv, *ctShift, *ctIdx; in DMPlexStratifyMigrationSF() local 926 …thRecv, depth + 1, &depthShift, depth + 1, &depthIdx, DM_NUM_POLYTOPES, &ctRecv, DM_NUM_POLYTOPES,… in DMPlexStratifyMigrationSF() 931 ++ctRecv[remoteDepths[p].rank]; in DMPlexStratifyMigrationSF() 955 shift += ctRecv[c]; in DMPlexStratifyMigrationSF() 965 shift += ctRecv[c]; in DMPlexStratifyMigrationSF() 981 PetscCall(PetscFree6(depthRecv, depthShift, depthIdx, ctRecv, ctShift, ctIdx)); in DMPlexStratifyMigrationSF()
|