andyras / dynamix

0 stars 0 forks source link

output file showing progress of job #14

Closed andyras closed 11 years ago

andyras commented 11 years ago

maybe every 5-10% update the progress.out file

can have logic in time propagation loop

if (ii % (numOutputSteps/10) == 0) { update file; }