← Back to team overview

yade-users team mailing list archive

Force Container

 

Hi Vaclav,

why has ForceContainer to store also displacements and rotations? For
instance, in NewtonIntegrator, I see:
state->pos += state->vel*dt + scene->forces.getMove(id);
Could not we use just state->pos?

Thanks! Chiara

Follow ups