8000 Release Stiffness detection · WRKampi/extensisq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stiffness detection

Compare
Choose a tag to compare
@WRKampi WRKampi released this 05 Mar 14:49
· 185 commits to main since this release
790e5c9

Stiffness detection for Runge Kutta methods is added, and the methods are given an simpler name.

Other changes to the Runge Kutta base class:

  • The stepsize near the end of the integration is different:
    - look ahead to prevent too small step sizes
    - linear extrapolation if the last step is too small despite it.
  • the min_step accounts for the distance between C-values
  • the scale (weight) is smoothed differently
  • a different tolerance validation is used.

Most of these changes originate from the RKSuite code.

0