jrleeman / rsfmodel

Rate and state frictional solver
MIT License
31 stars 12 forks source link

Clarify logic for finding current loadpoint velocity. #3

Closed dopplershift closed 9 years ago

dopplershift commented 9 years ago

Here's a crack at making finding the correct loadpoint_velocity a bit more clear. Assuming the array self.loadpoint_velocity has a corresponding value for each one in self.model_time, this reads a bit better to me.

jrleeman commented 9 years ago

Looks like a much more lucid way to do it. Thanks!