Peano
Loading...
Searching...
No Matches
TimeStepping.cpph
Go to the documentation of this file.
1
2template <typename Particle>
4 Particle& particle
5) {
6 particle.setMoveState( Particle::MoveState::NotMovedYet );
7}
8
void reset_moved_particle_marker(Particle &particle)
Reset the marker of a particle from whatever it has been before to NotMoved.