Hi,
I noticed that in GPU CUDA solver, the CPU code should include an empty implementation of function configForTimeStep but it has no effects. And I found it is devided into three different functions: configForTimeStepParticleProperty() ; configForTimeStepTriangleProperty() ;configForTimeStepSimulationProperty(). I am using EDEM2023.0 and could not see those function in the API document. I want to know how many times are these functions executed at the start of a timestep?Are they executed for each individual particle? I am also curious about how the CPU function configForTimeStep() work? Is it executed only once at the start of each timestep?
Regards,
Qi