Skip to content

Commit bbf6578

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_simulation/finite_state_projection_simulation.md
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
1 parent 0745fe1 commit bbf6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/finite_state_projection_simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ using FiniteStateProjection # hide
148148
fsp_sys = FSPSystem(rs, [:X, :X₂])
149149
nothing # hide
150150
```
151-
Finally, we can simulate the model just like in the 1-dimensional case. In this case, however, we are simulating an ODE with $25⋅25 = 625$ states, which means we need to make some considerations regarding performance. In this case, we will simply specify the `Rodas5P()` ODE solver (more extensive advice on performance can be found [here](@ref ode_simulation_performance)).
151+
Finally, we can simulate the model just like in the 1-dimensional case. As we are simulating an ODE with $25⋅25 = 625$ states, we need to make some considerations regarding performance. In this case, we will simply specify the `Rodas5P()` ODE solver (more extensive advice on performance can be found [here](@ref ode_simulation_performance)).
152152
```@example state_projection_multi_species
153153
using Plots # hide
154154
using OrdinaryDiffEqRosenbrock

0 commit comments

Comments
 (0)