Skip to content

Commit

Permalink
v 14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE authored Jul 22, 2024
1 parent 7ce28b9 commit b917f1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Catalyst unreleased (master branch)

The expansion of `ReactionSystem` models to spatial lattices have been enabled. Here follows a

## Catalyst 14.1.1
The expansion of `ReactionSystem` models to spatial lattices has been enabled. Here follows a
simple example where a Brusselator model is expanded to a 20x20 grid of compartments, with diffusion
for species X, and then simulated using ODEs. Finally, an animation of the simulation is created.
```julia
Expand All @@ -29,7 +31,7 @@ oprob = ODEProblem(lrs, u0, tspan, ps)
sol = solve(oprob, FBDF())
lattice_animation(sol, :X, lrs, "brusselator.mp4")
```
The addition of spatial modelling in Catalyst contain a large number of new features, all which are
The addition of spatial modelling in Catalyst contains a large number of new features, all of which are
described in the [corresponding documentation](https://docs.sciml.ai/Catalyst/stable/spatial_modelling/lattice_reaction_systems/).

## Catalyst 14.0.1
Expand Down

0 comments on commit b917f1a

Please sign in to comment.