.gitignore
.gitmodules
.pre-commit-config.yaml
.zenodo.json
LICENSE
README.md
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/stale.yml
.github/workflows/tests+pypi.yml
PyMPDATA_MPI/__init__.py
PyMPDATA_MPI/domain_decomposition.py
PyMPDATA_MPI/hdf_storage.py
PyMPDATA_MPI/mpi_periodic.py
PyMPDATA_MPI/mpi_polar.py
PyMPDATA_MPI/utils.py
PyMPDATA_MPI.egg-info/PKG-INFO
PyMPDATA_MPI.egg-info/SOURCES.txt
PyMPDATA_MPI.egg-info/dependency_links.txt
PyMPDATA_MPI.egg-info/requires.txt
PyMPDATA_MPI.egg-info/top_level.txt
PyMPDATA_MPI/impl/__init__.py
PyMPDATA_MPI/impl/boundary_condition_commons.py
PyMPDATA_MPI/impl/mpi_boundary_condition.py
examples/__init__.py
scenarios/__init__.py
scenarios/_scenario.py
scenarios/cartesian.py
scenarios/spherical.py
tests/__init__.py
tests/local/__init__.py
tests/local/conftest.py
tests/local/contract_tests/__init__.py
tests/local/contract_tests/test_single_vs_multi_node.py
tests/local/unit_tests/__init__.py
tests/local/unit_tests/test_dependencies.py
tests/local/unit_tests/test_domain_decomposition.py
tests/local/unit_tests/test_hdf5.py
tests/local/unit_tests/test_version.py