GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
755 stars 60 forks source link

Show time elapsed, t = steps * dt #119

Open timhutton opened 3 years ago

timhutton commented 3 years ago

We don't often care about the total t elapsed, or can calculate it when needed. But keeping track of it is an easy thing to do and would be useful when the user wants to see it, especially if they want to change dt and keep going.