Skip to content

FourierFlows/Brusselator.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).