Skip to content

v0.2.4: Add Linear SSP Runge-Kutta class of schemes

Compare
Choose a tag to compare
@szaghi szaghi released this 14 Apr 09:17
· 78 commits to master since this release
Add Linear SSP Runge-Kutta class of schemes: implemented both
s-stage/s-1 order and s-stage/s order methods.

The class provides schemes for any formal order: the coefficients are
computed by means of recursive algorithm (with an original implementation)
that does not allocate unnecessary arrays...

Stable release, fully backward compatible.