I have developed an EDEM body force API whose function is to apply force to particles named "FIX". My API code is correct, but I encountered an issue when writing the .cu file—the .cu file fails to recognize the particles named "FIX". I would like to ask how to implement this function in the .cu file?
I have attached my code.