diff options
author | Ian Jauslin <ian.jauslin@rutgers.edu> | 2023-04-11 18:45:45 -0400 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@rutgers.edu> | 2023-04-11 18:45:45 -0400 |
commit | d16c42d9f5a40b94406a859fa510bba96480d5e8 (patch) | |
tree | ceada7d5d31cf813aa8b9b8a7e33d10418b03f17 /docs | |
parent | bca217e69837e2ecb788511b786f4adc9a74769e (diff) |
Only store u[kx,ky] with kx>=0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nstrophy_doc.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nstrophy_doc.tex b/docs/nstrophy_doc.tex index 54e802e..b94251e 100644 --- a/docs/nstrophy_doc.tex +++ b/docs/nstrophy_doc.tex @@ -110,6 +110,7 @@ Thus, . \label{realT} \end{equation} +In order to keep the computation as quick as possible, we only compute and store the values for $k_1\geqslant 0$. \bigskip \point{\bf FFT}. We compute T using a fast Fourier transform, defined as |