Skip to content

Commit d0d1b08

Browse files
committed
adds using FourierFlows in docs/grids
1 parent bc4e573 commit d0d1b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/grids.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ end
1515
```
1616

1717
```jldoctest
18+
julia> using FourierFlows
19+
1820
julia> nx, Lx = 64, 2π;
1921
2022
julia> grid = OneDGrid(nx, Lx)

0 commit comments

Comments
 (0)