Select norm in parameter

This commit is contained in:
2023-06-13 23:56:35 -04:00
parent 3b58896e3b
commit 251426aaaa
6 changed files with 112 additions and 24 deletions

View File

@@ -108,6 +108,11 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
* `max_delta` (double, default 1e-2): when using the adaptive step, do not
exceet `delta_max`.
* `adaptive_norm`: norm to use to estimate the error of the adaptive method:
`L1` (default) for the normalized L1 norm, `k3` for the normalized L1 norm of
f_k/|k|^3, `k32` for the normalized L1 norm, `enstrophy` for the enstrophy
norm.
# Interrupting/resuming the computation