Efficient Repetition of Commands via Loop-like structure
Hello!
I have a series of commands I would like to execute in an increasing fashion. For example:
1. [ Run 10 timesteps, set velocity of particles = 0 ] * 100
2. [ Run 100 timesteps, set velocity of particles = 0 ] * 100
3. [ Run 1000 timesteps, set velocity of particles = 0 ] * 100
4. [ Run 10000 timesteps, set velocity of particles = 0 ] * 100
etc.