.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
scripts/compare.py
src/coffee/__init__.py
src/coffee/free_data.py
src/coffee/ibvp.py
src/coffee/settings.py
src/coffee/system.py
src/coffee/actions/__init__.py
src/coffee/actions/actions.py
src/coffee/actions/hdf_output.py
src/coffee/actions/mpl_plotter.py
src/coffee/backend/__init__.py
src/coffee/backend/backend.py
src/coffee/diffop/__init__.py
src/coffee/diffop/fd.py
src/coffee/diffop/sbp/__init__.py
src/coffee/diffop/sbp/dissipation.py
src/coffee/diffop/sbp/dissipation_testing.nb
src/coffee/diffop/sbp/sbp.py
src/coffee/grid/__init__.py
src/coffee/grid/grid.py
src/coffee/io/__init__.py
src/coffee/io/simulation_data.py
src/coffee/mpi/__init__.py
src/coffee/mpi/mpiinterfaces.py
src/coffee/solvers/__init__.py
src/coffee/solvers/solvers.py
src/coffee/swsh/AxiSymmetric/__init__.py
src/coffee/swsh/AxiSymmetric/axial_spin_backward_transform.py
src/coffee/swsh/AxiSymmetric/axial_spin_forward_transform.py
src/coffee/swsh/AxiSymmetric/delta_matrices.py
src/coffee/swsh/AxiSymmetric/eths_operators.py
src/coffee/swsh/AxiSymmetric/example.py
src/coffee/swsh/AxiSymmetric/function_class.py
src/coffee/swsh/AxiSymmetric/precompute.py
src/coffee/swsh/AxiSymmetric/transforms.py
src/coffee/swsh/AxiSymmetric/weights.py
src/coffee/swsh/General/__init__.py
src/coffee/swsh/General/delta_matrices.py
src/coffee/swsh/General/eths.py
src/coffee/swsh/General/eths_operators.py
src/coffee/swsh/General/example.py
src/coffee/swsh/General/function_class.py
src/coffee/swsh/General/generator_of_swsh.py
src/coffee/swsh/General/precompute.py
src/coffee/swsh/General/spin_backward_transform.py
src/coffee/swsh/General/spin_forward_transform.py
src/coffee/swsh/General/transforms.py
src/coffee/swsh/General/weights.py
src/coffee/swsh/General/c_code/code/delta_matrices.c
src/coffee/swsh/General/c_code/code/eths.c
src/coffee/swsh/General/c_code/code/spin_backward_transform.c
src/coffee/swsh/General/c_code/code/spin_forward_transform.c
src/coffee/swsh/General/c_code/code/weights.c
src/coffee/tslices/__init__.py
src/coffee/tslices/tslices.py
src/coffeegrinder.egg-info/PKG-INFO
src/coffeegrinder.egg-info/SOURCES.txt
src/coffeegrinder.egg-info/dependency_links.txt
src/coffeegrinder.egg-info/not-zip-safe
src/coffeegrinder.egg-info/requires.txt
src/coffeegrinder.egg-info/top_level.txt
systems/OneDAdvectionMpi_fd/OneDAdvection.py
systems/OneDAdvectionMpi_fd/OneDAdvection_plotter.py
systems/OneDAdvectionMpi_fd/OneDAdvection_setup.py
systems/OneDAdvectionMpi_fd/README.txt
systems/OneDAdvectionMpi_sbp/OneDAdvection.py
systems/OneDAdvectionMpi_sbp/OneDAdvection_plotter.py
systems/OneDAdvectionMpi_sbp/OneDAdvection_setup.py
systems/OneDAdvectionMpi_sbp/README.txt
systems/OneDAdvection_fd/OneDAdvection.py
systems/OneDAdvection_fd/OneDAdvection_plotter.py
systems/OneDAdvection_fd/OneDAdvection_setup.py
systems/OneDAdvection_fd/README.txt
systems/OneDAdvection_sbp/OneDAdvection.py
systems/OneDAdvection_sbp/OneDAdvection_plotter.py
systems/OneDAdvection_sbp/OneDAdvection_setup.py
systems/OneDAdvection_sbp/README.txt
systems/TwoDAdvectionMpi_sbp/README.txt
systems/TwoDAdvectionMpi_sbp/TwoDAdvection.py
systems/TwoDAdvectionMpi_sbp/TwoDAdvection_plotter.py
systems/TwoDAdvectionMpi_sbp/TwoDAdvection_setup.py
tests/conftest.py
tests/test_actions.py
tests/test_backend.py
tests/test_coffee.py
tests/TwoDAdvectionMpi_sbp/README.txt
tests/TwoDAdvectionMpi_sbp/TwoDAdvection.py
tests/TwoDAdvectionMpi_sbp/TwoDAdvection_setup.py