Erik, Just from a cursory glance, I noticed that the viewers are being called at every step. This can be expensive.
Apologies for using "Eric" rather than "Erik" in the last email. On Wed, Sep 29, 2010 at 5:03 PM, Erik Sherwood <wes...@bu.edu> wrote: > for step in range(steps): > print "Step %d"%(step) [snip] > # Update the plots > if __name__ == '__main__': > Uviewer.plot() > Vviewer.plot() > Wviewer.plot() -- Daniel Wheeler