Searched refs:ctShift (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 …ift, depth + 1, &depthIdx, DM_NUM_POLYTOPES, &ctRecv, DM_NUM_POLYTOPES, &ctShift, DM_NUM_POLYTOPES… in DMPlexStratifyMigrationSF() 954 ctShift[c] = shift; in DMPlexStratifyMigrationSF() 964 ctShift[c] = shift; in DMPlexStratifyMigrationSF() 974 ilocal[p] = ctShift[ct] + ctIdx[ct]; in DMPlexStratifyMigrationSF() 981 PetscCall(PetscFree6(depthRecv, depthShift, depthIdx, ctRecv, ctShift, ctIdx)); in DMPlexStratifyMigrationSF()
|