From 9279c83c4ca8fa3c95961cb1283b3f14c9738075 Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Thu, 25 Apr 2024 14:33:11 +0200 Subject: [PATCH] Fix docstring --- exponax/stepper/_navier_stokes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exponax/stepper/_navier_stokes.py b/exponax/stepper/_navier_stokes.py index 1010fd5..6ecc649 100644 --- a/exponax/stepper/_navier_stokes.py +++ b/exponax/stepper/_navier_stokes.py @@ -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