Post

Google+ post
Tim HuttonTim Hutton - 2011-12-02 15:08:50+0000 - Updated: 2011-12-02 15:08:50+0000
Originally shared by Sally MoremSelf-organizing systems are inherently robust. Notice how this one regrows even after being partially erased:

A realtime simulation made with Processing and GPGPU. A white rectangle, as an eraser, is for demonstrating realtime interactivity. This self-organizing simulation is based what is called the FitzHugh-Nagumo model, which is originally proposed for describing electrophysiological phenomena in nervous systems. This model is a two-variable (activator and inhibitor) reaction-diffusion system. The drawing color is corresponding to the concentration of the activator. The program is made with Processing (the IDE based on Java) and JOCL (OpenCL for Java). GPGPU (GPU Tesla C1060 for General Purpose (numerical simulation in this case) is working for accelerating the simulation. The calculation mesh is composed of about 800,000 nodes. A drawing-update is done by 50 temporal-evolutionary-updates. The two of system parameters vary spatially. Therefore, various kinds of spatio-temporal patterns (spatially periodic, 'zero'-sea and temporally osillatory regions) are obtained. So, one can see this picture as a "phase diagram."

Shared with: Public

This post was originally on Google+