Menu

Tracking Progress

Help
2016-11-12
2016-11-12
  • Aaron Shifman

    Aaron Shifman - 2016-11-12

    Hello all,

    This might seem pretty trivial, but I was wondering if there was some way of tracking progress. I.e. I would like some way of knowing what time the integrator is currently at. I noticed there was a progressbar function, but I don't see anyway of tying in the time stepping to it.

    Thanks,
    Aaron

     
  • Rob Clewley

    Rob Clewley - 2016-11-12

    No, unfortunately, having progress bars incur a lot of overhead, given that the integration is happening in the extension DLL but the interface would be in python. If you really need that, you'd have to break up your integration into smaller chunks, iterate over them, and use a progress bar function of some kind.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.