Skip to content

Commit

Permalink
Update eg_advection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines authored Aug 5, 2021
1 parent c518621 commit 7d84574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/eg_advection.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The first example is the scalar advection-diffusion equation.
It's a one dimensional problem in physical domain ``x``.
Let's first configure the solver setup.
```julia
using KitBase, Plots

set = Setup(
"scalar", # matter
"advection", # case
Expand Down

0 comments on commit 7d84574

Please sign in to comment.