Monthly Archives: October 2011

Using the SUNDIALS ODE package on Lion

The SUNDIALS project from Lawrence Livermore National Lab is a package of tools for solving systems of ordinary differential equations (ODEs) and related problems, including MPI parallelization and GMRES-based step methods. I am testing it for use on large food … Continue reading

Posted in howto | Tagged , | 2 Comments

Pause Processing.js

Processing.js is great. But while working on a network visualization sketch (coming soon), I found I sometimes wanted to pause/restart its execution manually. (Note that there is a built-in pauseOnBlur directive that will only run the animation when the window … Continue reading

Posted in howto | Leave a comment