From dc06249f4e0626e528b483424f9006f894f6d56a Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@mpcdf.mpg.de> Date: Wed, 9 Apr 2025 06:56:15 +0200 Subject: [PATCH] fixes last backslash things --- TurTLE/DNS_statistics.py | 2 +- TurTLE/PP.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TurTLE/DNS_statistics.py b/TurTLE/DNS_statistics.py index 1c6c4d76..e096c669 100644 --- a/TurTLE/DNS_statistics.py +++ b/TurTLE/DNS_statistics.py @@ -472,7 +472,7 @@ def plot_basic_stats( label = '$(k_M \\eta_K)^{-1}$ (spatial resolution)') a.plot(self.statistics['t'] / self.statistics['Tint'], tresolution, - label = '$\\frac{\\Delta t}{\\Delta x} \\sqrt{3}\\| u \\|_\infty$ (CFL upper bound)') + label = '$\\frac{\\Delta t}{\\Delta x} \\sqrt{3}\\| u \\|_\\infty$ (CFL upper bound)') a.set_ylim(top = 1.05*max(sresolution.max(), tresolution.max()), bottom = 0) diff --git a/TurTLE/PP.py b/TurTLE/PP.py index cc890b2e..5c8706d2 100644 --- a/TurTLE/PP.py +++ b/TurTLE/PP.py @@ -145,7 +145,7 @@ class PP(_code): .. math:: \\sum_{k \\leq \\|\\mathbf{k}\\| \\leq k+dk}\\hat{u_i} \\hat{u_j}^*, \\hskip .5cm - \\sum_{k \\leq \\|\\mathbf{k}\\| \\leq k+dk}\\hat{\omega_i} \\hat{\\omega_j}^* + \\sum_{k \\leq \\|\\mathbf{k}\\| \\leq k+dk}\\hat{\\omega_i} \\hat{\\omega_j}^* tensors, and the enstrophy spectrum is also used to compute the dissipation :math:`\\varepsilon(t)`. -- GitLab