Skip to content

Releases: Parallel-in-Time/qmat

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

Bugfixes 5

21 Jun 22:18
Compare
Choose a tag to compare

Almost there ...

Bugfixes 4

21 Jun 21:34
Compare
Choose a tag to compare

Show must go on !

Bugfixes 3

21 Jun 16:31
Compare
Choose a tag to compare

jamais deux sans trois !

Bugfixes 2

21 Jun 15:21
Compare
Choose a tag to compare

obviously not better than the first episode ...

Bugfixes

21 Jun 13:47
Compare
Choose a tag to compare

a.k.a I'm dumb ...

pySDC minor adapt

21 Jun 13:13
Compare
Choose a tag to compare

added tLeft and tRight options to the Collocation generator, used by the base Collocation class in pySDC (even if in practice, it's always [0, 1])

pySDC ready

20 Jun 19:59
Compare
Choose a tag to compare
  • finished integration of all RK schemes from pySDC, thanks @brownbaerchen
  • simplified handling of hCoeffs in RK schemes
  • improved dev documentation to add new RK schemes
  • fixed notebook test with latest dependencies