Fix order of output in README

This commit is contained in:
Ian Jauslin 2023-05-15 17:08:50 -04:00
parent ad7410a190
commit 315e9a98de

View File

@ -27,7 +27,7 @@ The available commands are
* `enstrophy`: to compute the enstrophy and various other observables. This * `enstrophy`: to compute the enstrophy and various other observables. This
command prints command prints
```step_index time average_alpha average_enstrophy average_alpha*enstrophy alpha enstrophy alpha*enstrophy``` ```step_index time average(alpha) average(alpha*enstrophy) average(enstrophy) alpha alpha*enstrophy enstrophy```
where the averages are running averages over `print_freq` steps. where the averages are running averages over `print_freq` steps.
* `uk`: to compute the Fourier transform of the solution. * `uk`: to compute the Fourier transform of the solution.