Searched refs:cell_index (Results 1 – 2 of 2) sorted by relevance
10 if (pointA->cell_index < pointB->cell_index) { in sort_CompareSwarmPoint()12 } else if (pointA->cell_index > pointB->cell_index) { in sort_CompareSwarmPoint()74 ctx->list[p].cell_index = swarm_cellid[p]; in DMSwarmSortSetup()80 for (p = 0; p < ctx->npoints; p++) ctx->pcell_offsets[ctx->list[p].cell_index]++; in DMSwarmSortSetup()
89 PetscInt cell_index; member