Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 251 Bytes

Brusselator.jl

Solves the Brusselator equations:

∂u/∂t = D ∂²u/∂x² + E - (B+1)u + vu²

∂v/∂t = ∂²v/∂x² + Bu - vu²

with periodic boundary conditions on u(x, t) and v(x, t).