TrixiParticles.jl
TrixiParticles.jl copied to clipboard
Do we need `current_coordinates` in the solid container?
We added this field for some reason instead of using u directly, but we can't remember why.
Maybe we can get rid of that.
I'm not 100% sure about this, but in current_coordinates the moving and also the fixed particle coordinates are stored whereas in u only the moving particle coordinates are stored.
Good point. It's not as trivial as I thought. I just wanted to have this issue as a reminder to look into this.