Skip to content

Commit

Permalink
Merge pull request #254 from FourierFlows/ncc/docs-problems-typo
Browse files Browse the repository at this point in the history
Fix typo in Docs/Problem
  • Loading branch information
navidcy authored Feb 25, 2021
2 parents 66c4aef + adc52ac commit 32c0370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ params = Params(α)

The particular equation is so simple that it makes no difference performance-wise whether
we time-step it in physical or in wavenumber space. For PDEs with nonlinear terms,
time-stepping in wavenumbers space is much more efficient. Thus, for demonstration purposes,
time-stepping in wavenumber space is much more efficient. Thus, for demonstration purposes,
we will time-step the equation in wavenumber space, i.e.,

```math
Expand Down

0 comments on commit 32c0370

Please sign in to comment.