muralidn / CAS741-Fall20

Repository for the class CAS-741: Development of Scientific Computing Software. See the README.md for details about the project.
Other
1 stars 0 forks source link

DD6 step time #35

Closed tingyuw closed 4 years ago

tingyuw commented 4 years ago

You mentioned that the tstep is equivalent to the total time of the system response. Do you mean the total time of each iteration or the total time of all iterations(Tsim?). From my understanding, tstep will still reach Tsim in the end, but I'm just a little confused about which one do you mean in this text.

muralidn commented 4 years ago

tstep is the time around one iteration. In a real-world analogy, tstep is equivalent to the sum of all the delays in the system. I have modified the description to make this more clear.

Thanks! Issue addressed with commit b12e5f584f491edd5b2d083e8955277c46773a02.