Skip to content

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas committed Nov 21, 2023
1 parent f623f24 commit 5ac6d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
```
this value will be used across the entire system. If their values are instead vectors, different values are used across the spatial system. Here
```julia
u0 = [:X => [1.0, 0.0, 0.0, ...]]
X0 = zeros(25)
X0[1] = 1.0
u0 = [:X => X0]
```
X's value will be `1.0` in the first vertex, but `0.0` in the remaining one (the system have 25 vertexes in total). SInce th parameters `p` and `d` are part of the non-spatial reaction network, their values are tied to vertexes. However, if the `D` parameter (which governs diffusion between vertexes) is given several values, these will instead correspond to the specific edges (and transportation along those edges.)

Expand Down

0 comments on commit 5ac6d7f

Please sign in to comment.