You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $D_i$ is the diffusion coefficient and $R_i$ is the reaction term specific to each model.
## Turing Instability
Pattern formation requires differential diffusion rates and appropriate reaction kinetics. The general condition for Turing instability in a two-component system:
1. **Homogeneous stability**: The uniform steady state must be stable without diffusion
2. **Diffusion-driven instability**: Diffusion destabilizes certain spatial modes
This requires an **activator** (short-range, slower diffusion) and an **inhibitor** (long-range, faster diffusion).
## Implementation
Field dynamics are computed on a discrete mesh using finite differences for the Laplacian. The mesh is coupled to particles through interpolation operators.