Skip to content

Source code for parallel SDC theory paper

Compare
Choose a tag to compare
@tlunet tlunet released this 27 Mar 12:09
· 118 commits to master since this release
745b027

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)