From b0f82a24122ddc83d29f7a4de817277e149fca96 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Fri, 31 Jan 2025 11:09:23 -0500 Subject: [PATCH] fix README layout --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd66cf..382b9fb 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,18 @@ The available commands are * `enstrophy`: to compute the enstrophy and various other observables. This command prints - ```step_index time average(alpha) average(energy) average(enstrophy) alpha energy enstrophy``` + ``` + step_index time average(alpha) average(energy) average(enstrophy) alpha energy enstrophy + ``` where the averages are running averages over `print_freq`. In addition, if the algorithm has an adaptive step, an extra column is printed with `delta`. In addition, if alpha has a negative value (even in between `print_freq` intervals), a line is printed with the information. * `lyapunov`: to compute the Lyapunov exponents. This command prints - ```time instantaneous_lyapunov lyapunov``` + ``` + time instantaneous_lyapunov lyapunov + ``` where `instantaneous_lyapunov` is computed from the tangent flow only between the given time and the previous one.