Skip to content

Commit 560852d

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_simulation/simulation_introduction.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 9ec5b34 commit 560852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/simulation_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ These three different approaches are summed up in the following table:
7979
```
8080

8181
## [Performing (ODE) simulations](@id simulation_intro_ODEs)
82-
The following section gives a (more throughout than [previously](@ref introduction_to_catalyst_massaction_ode)) introduction of how to simulate Catalyst models. This is exemplified using ODE simulations (some ODE-specific options will also be discussed). Later on, we will describe things specific to [SDE](@ref simulation_intro_SDEs) and [jump](@ref simulation_intro_jumps) simulations. All ODE simulations are performed using the [OrdinaryDiffEq.jl](https://github.com/SciML/OrdinaryDiffEq.jl) package, which full documentation can be found [here](https://docs.sciml.ai/OrdinaryDiffEq/stable/). A dedicated section giving advice on how to optimise ODE simulation performance can be found [here](@ref ode_simulation_performance)
82+
The following section gives a (more complete introduction of how to simulate Catalyst models than our [previous introduction](@ref introduction_to_catalyst_massaction_ode)). This is illustrated using ODE simulations (some ODE-specific options will also be discussed). Later on, we will describe things specific to [SDE](@ref simulation_intro_SDEs) and [jump](@ref simulation_intro_jumps) simulations. All ODE simulations are performed using the [OrdinaryDiffEq.jl](https://github.com/SciML/OrdinaryDiffEq.jl) package, which full documentation can be found [here](https://docs.sciml.ai/OrdinaryDiffEq/stable/). A dedicated section giving advice on how to optimise ODE simulation performance can be found [here](@ref ode_simulation_performance)
8383

8484
To perform any simulation, we must first define our model, as well as the simulation's initial conditions, time span, and parameter values. Here we will use a simple [two-state model](@ref basic_CRN_library_two_states):
8585
```@example simulation_intro_ode

0 commit comments

Comments
 (0)