Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Apr 25, 2024
1 parent 1bfbb53 commit 9279c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exponax/stepper/_navier_stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ def __init__(
convection term. Default is `1.0`.
- `drag`: The drag coefficient `λ`. Default is `-0.1`.
- `injection_mode`: The mode of the injection. Default is `4`.
- `injection_scale`: The scaling factor for the injection. Default is
`1.0`.
- `injection_scale`: The scaling factor for the injection. Default
is `1.0`.
- `order`: The order of the Exponential Time Differencing Runge
Kutta method. Must be one of {0, 1, 2, 3, 4}. The option `0`
only solves the linear part of the equation. Use higher values
Expand Down

0 comments on commit 9279c83

Please sign in to comment.