Designates the filter method for calculation of the recommended step size of the next step.
See Table 1 in [Söderlind, Adaptive Time-Stepping and Computational Stability, 2003]
Record Field | Description |
|
Elementary controller (not recommended). Takes only the current relative error into account.
|
|
The H211b digital filter (b=4). Takes the current relative error, the previous relative error, and the current and previous step sizes into account
|
|
The PI4.2 digital filter. Takes the current relative error and the previous relative error into account.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|