delta_max and fix cabs2

This commit is contained in:
2023-06-13 18:45:19 -04:00
parent 4ffbe1e978
commit 34b7a0c277
7 changed files with 166 additions and 20 deletions

View File

@@ -105,6 +105,9 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
* `adaptive_factor` (double, default 0.9): when using the RKF45 method, the
step gets adjusted by `factor*delta*(tolerance/error)^(1/5)`.
* `max_delta` (double, default 1e-2): when using the adaptive step, do not
exceet `delta_max`.
# Interrupting/resuming the computation