Skip to content

Releases: Parallel-in-Time/qmat

Jumper (corrected)

10 Jan 13:48
Compare
Choose a tag to compare

Some small fixes + testing on the Jumper type generators

Jumper

10 Jan 12:13
Compare
Choose a tag to compare

Added two new $Q_ \Delta$ generators :

  • Jumper : diagonal coefficients allowing 2 order jump per SDC sweeps
  • FlexJumper : mix between the Jumper and MIN-SR-FLEX generators, allowing order jumps while still maintaining high numerical stability

🎓 Inspired from the work of Joscha Fregin and Eugen Bronasco

Docydoc

07 Jan 18:30
Compare
Choose a tag to compare

Main rework of the documentation, fixing some aspects on readthedocs

Lagrange

29 Nov 16:21
Compare
Choose a tag to compare

Added derivation matrix generation for the LagrangeApproximation class (since it's a bit free). Second order still need the correct formula ...

Number 13

13 Nov 16:11
Compare
Choose a tag to compare
  • addition of fourth order stiffly accurate RKM with #13 thanks to @brownbaerchen
  • addition of LDU based QDeltaGenerator with 1107c60

Maze echo

06 Nov 13:12
Compare
Choose a tag to compare

Addition of a new RK method with #12 thanks to @brownbaerchen

November drop

05 Nov 19:00
Compare
Choose a tag to compare

Some minor addition, in particular :

  • new RK scheme and some fix with #10 and #11 thanks to @brownbaerchen
  • addition of polynomial regression
  • some typo fixes and tutorial improvements

Yet another RK scheme

08 Aug 16:31
Compare
Choose a tag to compare

Addition of a new IMEX RK scheme, thanks to @brownbaerchen (#9)

Node-to-node formalism

19 Jul 09:48
Compare
Choose a tag to compare
  • definitive structure and test for the node-to-node (N2N) formulation
  • N2N form can be used for $Q$ and $Q_\Delta$ coefficients similarly
  • started tutorials

Reaching maturity

22 Jun 13:01
Compare
Choose a tag to compare
  • finalized a proper design for $Q_\Delta$ generators, with some additional safety checks
  • minor improvement on docs