exchange en*alpha and en

This commit is contained in:
2023-05-16 00:07:38 -04:00
parent 5ede4f1084
commit 949b3897c4
2 changed files with 7 additions and 5 deletions

View File

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