.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/DEPENDENCIES.txt
src/coffee/__init__.py
src/coffee/free_data.py
src/coffee/ibvp.py
src/coffee/system.py
src/coffee/actions/__init__.py
src/coffee/actions/actions.py
src/coffee/actions/gp_plotter.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/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/OneDAdvection/OneDAdvection.py
systems/OneDAdvection/OneDAdvection_plotter.py
systems/OneDAdvection/OneDAdvection_setup.py
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
tests/conftest.py
tests/test_actions.py
tests/test_backend.py