diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-08 18:44:34 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-08 18:44:34 -0300 |
commit | 61708db87b332b2325d31fce118c6b75e31a4355 (patch) | |
tree | 067dd1a1114f76b67ea231fc177e0b858bc2baba /log-fourier_integrator.cpp | |
parent | aebdf3128d42d9e400caa4d8818cfe9a81da59c6 (diff) | |
download | code-61708db87b332b2325d31fce118c6b75e31a4355.tar.gz code-61708db87b332b2325d31fce118c6b75e31a4355.tar.bz2 code-61708db87b332b2325d31fce118c6b75e31a4355.zip |
Default shift is 0.5
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index d4d710f..7b24a55 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -13,7 +13,7 @@ int main(int argc, char* argv[]) { unsigned log2n = 8; Real Δτ = 0.1; Real k = -0.01; - Real shift = 0.4; + Real shift = 0.5; /* Iteration parameters */ Real ε = 1e-15; |