Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jul 10, 2023
1 parent 9844620 commit 489501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/timestepping.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The high-wavenumber filter used in the filtered timesteppers is:
For fluid equations with quadratic non-linearities it makes sense to choose a cutoff wavenumber
at 2/3 of the highest wavenumber resolved in our domain, ``k_{\textrm{cutoff}} = \tfrac{2}{3} k_{\textrm{max}}`` (see discussion in [Aliasing section](@ref aliasing)).

Given the order ``p``, we calculate the coefficient ``\alpha`` so that the the filter value
Given the order ``p``, we calculate the coefficient ``\alpha`` so that the filter value
that corresponds to the highest allowed wavenumber in our domain is a small value, ``\delta``,
taken to be close to machine precision.

Expand Down

0 comments on commit 489501d

Please sign in to comment.