Skip to content

Releases: Parallel-in-Time/pySDC

Source code for parallel SDC theory paper

27 Mar 12:09
745b027
Compare
Choose a tag to compare

Code release for the article

@misc{caklovic2024improving,
    title = {Improving Parallelism Accross the Method for Spectral Deferred Correction},
    author = {{\v{C}}aklovi{\'c}, Gayatri and Lunet, Thibaut and G{\"o}tschel, Sebastian and Ruprecht, Daniel},
    year = {2024},
    note = {submitted to SISC},
}

Scripts are located under : pySDC/projects/parallelSDC_reloaded, see README.rst in this folder.

Contains also :

  • addition of a 2D Brusselator problem (#401)
  • implementation of a new datatype for DAE and multi-components mesh (#384)
  • fix for the RKSweeper (#403)
  • aborting step at growing residual is now optional (#405)
  • improvement of the SwitchEstimator problem class (#406)

Another bugfix for "Second order SDC"

08 Feb 20:19
Compare
Choose a tag to compare

Bugfix for "Second order SDC"

06 Feb 10:28
Compare
Choose a tag to compare

Minor bugfixes and typo corrections, thanks @jbschroder

Second order SDC

24 Jan 13:46
Compare
Choose a tag to compare

Code release for the article

@misc{akramov2023spectral,
      title={Spectral deferred correction methods for second-order problems}, 
     author={Ikrom Akramov and Sebastian Götschel and Michael Minion and Daniel Ruprecht and Robert Speck},
     year={2023},
     eprint={2310.08352},
     archivePrefix={arXiv},
     primaryClass={math.NA}
}

Does also contain updates for the FEniCS examples.

Another preparatory release

28 Jul 12:55
15eb6e8
Compare
Choose a tag to compare

In this release a lot of cleanup happened, including much better documentation. pySDC learned about new time-steppers and now has even more projects to play with. Thanks to @brownbaerchen, @tlunet, @lisawim, @ikrom96git.

The preparatory release

24 Mar 11:43
Compare
Choose a tag to compare

This release mainly provides changes under the hood to prepare for Version 6 of pySDC. More in the release notes.

The Documentation release

23 Jan 11:07
Compare
Choose a tag to compare

This version marks significant changes in the documentation and a few key updates in terms of functionality. See the changelog for more details! Thanks to @brownbaerchen, @tlunet, @lisawim!

The Contributors' release

07 Oct 13:47
Compare
Choose a tag to compare

This release marks quite a few changes to pySDC, from backends to frontends and the testing environment. Not all is finished, but it works reasonably stable, mostly tested and conveniently. Most notably, however, this release is the result of many contributions (see changelog).

The CI release (re-re-reloaded)

13 Dec 10:11
Compare
Choose a tag to compare

CI pipeline is faster now (~40%) using mamba on top of miniconda. DOI creation back to normal.

The CI release (re-reloaded)

26 Oct 08:39
ceec3db
Compare
Choose a tag to compare

Still trying to fix the DOI issue, no significant changes here.