Skip to content

Commit 635af46

Browse files
committed
TL: minor change
1 parent 801f1d2 commit 635af46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pySDC/playgrounds/dedalus/problems/periodic1D.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ def buildKdVBurgerProblem(nX, xEnd, nu=1e-4, b=2e-4, n=20, dtype=np.float64, dea
102102
nu : float, optional
103103
Diffusion coefficient :math:`\nu`. The default is 1e-4.
104104
b : float, optional
105-
Hyperdiffusion coefficient :math:`b`.. The default is 2e-4.
105+
Hyper-diffusion coefficient :math:`b`.. The default is 2e-4.
106106
n : int, optional
107107
Initial solution parameter :math:`n`. The default is 20.
108108
dtype : np.dtype, optional
109109
Dtype used for the solution. The default is np.float64.
110110
dealias : float, optional
111-
Dealiasing coefficient for space discretization. The default is 3/2.
111+
De-aliasing coefficient for space discretization. The default is 3/2.
112112
113113
Returns
114114
-------

0 commit comments

Comments
 (0)