File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ params = Params(α)
55
55
```
56
56
57
57
The particular equation is so simple that it makes no difference performance-wise whether
58
- we time-step it in physical or in wavenumber space. For, PDEs with nonlinear terms
59
- time-stepping in wavenumbers spaces is much more efficient. Thus, for demonstration purposes,
58
+ we time-step it in physical or in wavenumber space. For PDEs with nonlinear terms,
59
+ time-stepping in wavenumbers space is much more efficient. Thus, for demonstration purposes,
60
60
we will time-step the equation in wavenumber space, i.e.,
61
61
62
62
``` math
@@ -203,4 +203,4 @@ end # end module
203
203
204
204
For a more elaborate example we urge you to have a look at the ` Diffusion `
205
205
module located at ` src/diffusion.jl ` and also to the modules included in the
206
- child package [ GeophysicalFlows.jl] ( https://github.com/FourierFlows/GeophysicalFlows.jl ) .
206
+ child package [ GeophysicalFlows.jl] ( https://github.com/FourierFlows/GeophysicalFlows.jl ) .
You can’t perform that action at this time.
0 commit comments