Searched refs:plist_e (Results 1 – 1 of 1) sorted by relevance
599 PetscInt npoints_e, *plist_e; in DMSwarmPICInsertPointsCellwise() local601 PetscCall(DMSwarmSortGetPointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()613 coor_qn = &swarm_coor[dim * plist_e[qn]]; in DMSwarmPICInsertPointsCellwise()617 nearest_neighbour = plist_e[qn]; in DMSwarmPICInsertPointsCellwise()640 PetscCall(DMSwarmSortRestorePointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()