Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1 KB

README.md

File metadata and controls

18 lines (13 loc) · 1 KB

react_diffuse

Reaction-Diffusion Experimentation

Gray-Scott simulator. In the gallery, I have simulated examples of all of Pearson's categories. Robert Munafo found some more esoteric ones, which weren't immediately reproducible. Maybe I'll mess with them later.

  • universal.py is the simulator engine
  • systems.py holds dictionaries of convolution kernels and parameter (Da, Db, F, k) combinations, along with scaling and color scheme metadata
  • rd_utils.py is where I add routines to setup the grid before the reaction starts.

Primary Sources

  1. Karl Sims Original
  2. Detailed discussion of Gray-Scott Model
  3. Coding Train Reaction-Diffusion (based on Karl Sims)
  4. Pearson canonical labelling of systems