MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-579114.py

File recipe-579114.py

recipes/Python/579114_Reaction_Diffusion_Simulation/recipe-579114.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Reaction-Diffusion Simulation Using Gray-Scott Model
2# https://en.wikipedia.org/wiki/Reaction-diffusion_system
3# FB - 20151016
4import math

Callers

nothing calls this directly

Calls 7

rangeFunction · 0.85
strFunction · 0.85
newMethod · 0.45
DrawMethod · 0.45
loadMethod · 0.45
randomMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected