[ANN] ReactionDiffusion.jl v1.0.0 - Simulation and visualization for 1D reaction-diffusion systems
Julia Programming Language
[ANN] ReactionDiffusion.jl v1.0.0 - Simulation and visualization for 1D reaction-diffusion systems
I’d like to announce a brand new version of ReactionDiffusion.jl, a general purpose toolkit for anyone interested in modelling reaction-diffusion systems on a 1D domain. This release builds on the design of its predecessor but has been rewritten to make use of high-performance solvers and interactive plotting tools. Typical usage Define a reaction network using the friendly DSL provided by Catalyst.jl: reaction = @reaction_network begin γ*a + γ*U^2*V, ∅ --> U γ, U --> ...
0 comments
No comments yet.