Skip to content

Commit 03dd63e

Browse files
Update docs/src/examples/pde/gray_scott.md
1 parent 86461d0 commit 03dd63e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/examples/pde/gray_scott.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ In this tutorial, we’ll employ a Universal Differential Equation (UDE) framewo
1212
[Scientific Machine Learning of Chaotic Systems Discovers Governing Equations for Neural Populations](https://arxiv.org/abs/2507.03631) for more details
1313

1414
## Equations of the Gray-Scott Model
15+
16+
!!! note
17+
18+
For more information on the semi-discretization of the Gray-Scott model for performance, see
19+
[the DifferentialEquations.jl tutorial](https://docs.sciml.ai/DiffEqDocs/stable/tutorials/faster_ode_example/#Example-Accelerating-Linear-Algebra-PDE-Semi-Discretization).
20+
1521
The system is governed by the coupled PDEs:
1622
```math
1723
\frac{\partial u}{\partial t} = D_1\,\nabla^2 u + \frac{a\,u^2}{v} + \bar{u} - \alpha

0 commit comments

Comments
 (0)