Skip to content

Commit 6c7bcc8

Browse files
authored
Merge pull request #219 from FourierFlows/ncc/patch
Adds clarification in Grids Docs section
2 parents 5bb73e5 + 85107d9 commit 6c7bcc8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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)

docs/src/installation_instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ julia>]
99
(v1.4) pkg> instantiate
1010
```
1111

12+
Then call
13+
14+
```julia
15+
julia> using FourierFlows
16+
```
17+
18+
and you are good to go.
19+
1220
You can update to the latest tagged release from the package manager via
1321

1422
```julia

0 commit comments

Comments
 (0)