compute
compute copied to clipboard
Add reaction diffusion example.
Some time ago I played with Boost.Compute and wrote a program simulating diffusion reaction as described here: http://www.karlsims.com/rd.html. Here it how it looks like:

Currently GLUT library is used to display the result in real-time but it could obviously be changed. Would you be interested in adding it as an example?