Hi, in my EDEM simulation, i want to delete particles with particular IDs, which are read from a csv file. I have successfuly implemented this function in the cpu mode (delete particles in externalForce). But when I change to gpu mode, the particles cannot be deleted, and I do not know how to transfer the should be deleting IDs to GPU code. Can anyone tell me how to implement this function in gpu code?