Skip to main content

badge-ga badge-ossf badge-cc zenodo fair-software.eu SQAaaS badge shields.io PyPI - Downloads HiRSE Code Promo Badge SWH

Welcome to pySDC!

The pySDC project is a Python implementation of the spectral deferred correction (SDC) approach and its flavors, esp. the multilevel extension MLSDC and PFASST. It is intended for rapid prototyping and educational purposes. New ideas like e.g. sweepers or predictors can be tested and first toy problems can be easily implemented.

Features

  • Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet, multi-level, diagonal, multi-step
  • Variants of PFASST: virtually parallel or MPI-based parallel, classical or multigrid perspective
  • 8 tutorials: from setting up a first collocation problem to SDC, PFASST and advanced topics
  • Projects: many documented projects with defined and tested outcomes
  • Many different examples, collocation types, data types already implemented
  • Works with FEniCS, mpi4py-fft and PETSc (through petsc4py)
  • Continuous integration via GitHub Actions
  • Fully compatible with Python 3.10 - 3.13, runs at least on Ubuntu

Getting started

The code is hosted on GitHub, see https://github.com/Parallel-in-Time/pySDC, and PyPI, see https://pypi.python.org/pypi/pySDC. While using pip install pySDC will give you a core version of pySDC to work with, working with the developer version is most often the better choice. We thus recommend to checkout the code from GitHub and install the dependencies e.g. by using micromamba. For this, pySDC ships with environment files which can be found in the folder etc/ or within the projects. Use these as e.g.

micromamba create -f etc/environment-base.yml

If you want to install the developer version using pip directly from the GitHub repository, use this:

# optionally use venv
python3 -m venv name_of_pySDC_env
. ./name_of_pySDC_env/bin/activate
# drop @5.5.0 if you want to install the develop version
pip install git+https://github.com/Parallel-in-Time/pySDC@5.5.0

To check your installation, run

pytest pySDC/tests -m NAME

where NAME corresponds to the environment you chose (base in the example above). You may need to update your PYTHONPATH by running

export PYTHONPATH=$PYTHONPATH:/path/to/pySDC/root/folder

in particular if you want to run any of the playgrounds, projects or tutorials. All import statements there assume that the pySDC's base directory is part of PYTHONPATH.

For many examples, LaTeX is used for the plots, i.e. a decent installation of this is needed in order to run those examples. When using fenics or petsc4py, a C++ compiler is required (although installation may go through at first).

For more details on pySDC, check out http://www.parallel-in-time.org/pySDC.

How to cite

If you use pySDC or parts of it for your work, great! Let us know if we can help you with this. Also, we would greatly appreciate a citation of this paper:

Robert Speck, Algorithm 997: pySDC - Prototyping Spectral Deferred Corrections, ACM Transactions on Mathematical Software (TOMS), Volume 45 Issue 3, August 2019, https://doi.org/10.1145/3310410

The current software release can be cited using Zenodo: zenodo

Contributing

pySDC code was originally developed by Robert Speck (@pancetta), and is now maintained and developed by a small community of scientists interested in SDC methods. Checkout the Changelog to see pySDC's evolution since 2016. It has a software management plan (SWP), too, see here.

Any contribution is dearly welcome! If you want to contribute, please take the time to read our Contribution Guidelines (and don't forget to take a peek at our nice Code of Conduct :wink:).

Acknowledgements

This project has received funding from the European High-Performance Computing Joint Undertaking (JU) under grant agreement No 955701 (TIME-X) and grant agreement No 101118139. The JU receives support from the European Union's Horizon 2020 research and innovation programme and Belgium, France, Germany, and Switzerland. This project also received funding from the German Federal Ministry of Education and Research (BMBF) grants 16HPC047, 16ME0708 and 16ME0679K. Supported by the European Union - NextGenerationEU. The project also received help from the Joint Lab "Helmholtz Information - Research Software Engineering" (HiRSE).

                 

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysdc-5.7.tar.gz (910.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysdc-5.7-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2Python 3

File details

Details for the file pysdc-5.7.tar.gz.

File metadata

  • Download URL: pysdc-5.7.tar.gz
  • Upload date:
  • Size: 910.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for pysdc-5.7.tar.gz
Algorithm Hash digest
SHA256 7fda39b682788388a1a17795dfc1bd0a708d8acefdb02e1a321040bc2dbf2ae5
MD5 f191ff8e624e80697cfb901f129a8578
BLAKE2b-256 82460b7cc32ab969371c862a11b1f25cb8fe23cd2c121d8100c81e3e98025af6

See more details on using hashes here.

File details

Details for the file pysdc-5.7-py2.py3-none-any.whl.

File metadata

  • Download URL: pysdc-5.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for pysdc-5.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 da32332de3b18c5ca8c6508204e5ef3d49bcb6d41e41cafe95fdfcf36e13d9a0
MD5 91c20e25780820d1224813cbf6017412
BLAKE2b-256 8a89af61c13fffadb502d71afdf5770621d05045c48777dadae711b28e8caaef

See more details on using hashes here.

Release history Release notifications | RSS feed

5.8

2 files

This release

5.7 This release

2 files

5.5.2

2 files

5.5.1

2 files

5.5.0

2 files

5.4.2

2 files

5.4.1

2 files

5.4.0

2 files

5.3.0

2 files

5.2.0

2 files

5.1.0

2 files

5.0.0

2 files

4.2.3

2 files

4.2.1

2 files

4.2

2 files

4.1.1

2 files

4.1

2 files

4.0

2 files

3.1

2 files

3.0

3 files

2.4.1

2 files

2.4

1 file

2.3.1

1 file

2.3

1 file

2.2.3

1 file

2.2.2

1 file

2.2.1

1 file

2.2

1 file

2.1.6

1 file

2.1.5.1

1 file

2.1.4

1 file

2.1

1 file

2.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page