.gitignore
.lgtm.yml
.travis.yml
CODE_OF_CONDUCT.md
LICENSE
README.md
TODO.md
codecov.yml
requirements.txt
setup.cfg
setup.py
upload_to_pypi.sh
.github/workflows/coverage_report.yml
.github/workflows/python_tests.yml
docs/Makefile
docs/build_all.sh
docs/requirements.txt
docs/paper/paper.bib
docs/paper/paper.md
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/parse_examples.py
docs/source/run_autodoc.py
docs/source/sphinx_simplify_typehints.py
docs/source/_images/discretization.key
docs/source/_images/discretization.pdf
docs/source/_images/discretization_cropped.pdf
docs/source/_images/discretization_cropped.svg
docs/source/_static/custom.css
docs/source/manual/advanced_usage.rst
docs/source/manual/code_of_conduct.rst
docs/source/manual/contributing.rst
docs/source/manual/index.rst
docs/source/manual/mathematical_basics.rst
examples/README.txt
examples/analyze_scalar_field.py
examples/boundary_conditions.py
examples/cartesian_grid.py
examples/custom_pde.py
examples/custom_pde_1d.py
examples/custom_pde_brusselator.py
examples/custom_pde_coupled.py
examples/custom_pde_sir.py
examples/laplace_eq_2d.py
examples/make_movie.py
examples/plot_cylindrical_field.py
examples/plot_vector_field.py
examples/poisson_eq_1d.py
examples/simple.py
examples/spherical_grid.py
examples/stochastic_simulation.py
examples/trackers.py
examples/jupyter/Different solvers.ipynb
examples/jupyter/Discretized Fields.ipynb
examples/jupyter/Solve PDEs.ipynb
pde/__init__.py
pde/py.typed
pde/fields/__init__.py
pde/fields/base.py
pde/fields/collection.py
pde/fields/scalar.py
pde/fields/tensorial.py
pde/fields/vectorial.py
pde/fields/tests/__init__.py
pde/fields/tests/test_collection.py
pde/fields/tests/test_generic.py
pde/fields/tests/test_scalar.py
pde/fields/tests/test_tensorial.py
pde/fields/tests/test_vectorial.py
pde/grids/__init__.py
pde/grids/base.py
pde/grids/cartesian.py
pde/grids/cylindrical.py
pde/grids/spherical.py
pde/grids/boundaries/__init__.py
pde/grids/boundaries/axes.py
pde/grids/boundaries/axis.py
pde/grids/boundaries/local.py
pde/grids/boundaries/tests/__init__.py
pde/grids/boundaries/tests/test_axes.py
pde/grids/boundaries/tests/test_axis.py
pde/grids/boundaries/tests/test_local.py
pde/grids/operators/__init__.py
pde/grids/operators/cartesian.py
pde/grids/operators/common.py
pde/grids/operators/cylindrical.py
pde/grids/operators/polar.py
pde/grids/operators/spherical.py
pde/grids/operators/tests/__init__.py
pde/grids/operators/tests/test_cartesian.py
pde/grids/operators/tests/test_cylindrical.py
pde/grids/operators/tests/test_polar.py
pde/grids/operators/tests/test_spherical.py
pde/grids/tests/__init__.py
pde/grids/tests/test_cartesian.py
pde/grids/tests/test_cylindrical.py
pde/grids/tests/test_generic.py
pde/grids/tests/test_spherical.py
pde/pdes/__init__.py
pde/pdes/allen_cahn.py
pde/pdes/base.py
pde/pdes/cahn_hilliard.py
pde/pdes/diffusion.py
pde/pdes/kpz_interface.py
pde/pdes/kuramoto_sivashinsky.py
pde/pdes/swift_hohenberg.py
pde/pdes/wave.py
pde/pdes/tests/__init__.py
pde/pdes/tests/test_diffusion.py
pde/pdes/tests/test_generic.py
pde/pdes/tests/test_wave.py
pde/solvers/__init__.py
pde/solvers/base.py
pde/solvers/controller.py
pde/solvers/explicit.py
pde/solvers/implicit.py
pde/solvers/scipy.py
pde/solvers/tests/__init__.py
pde/solvers/tests/test_explicit.py
pde/solvers/tests/test_generic.py
pde/solvers/tests/test_scipy.py
pde/storage/__init__.py
pde/storage/base.py
pde/storage/file.py
pde/storage/memory.py
pde/storage/tests/__init__.py
pde/storage/tests/test_file.py
pde/storage/tests/test_generic.py
pde/storage/tests/test_memory.py
pde/tests/__init__.py
pde/tests/test_examples.py
pde/tests/test_integration.py
pde/tools/__init__.py
pde/tools/cache.py
pde/tools/cuboid.py
pde/tools/docstrings.py
pde/tools/expressions.py
pde/tools/math.py
pde/tools/misc.py
pde/tools/numba.py
pde/tools/parameters.py
pde/tools/parse_duration.py
pde/tools/spectral.py
pde/tools/spherical.py
pde/tools/tests/__init__.py
pde/tools/tests/test_cache.py
pde/tools/tests/test_cuboid.py
pde/tools/tests/test_expressions.py
pde/tools/tests/test_math.py
pde/tools/tests/test_misc.py
pde/tools/tests/test_numba.py
pde/tools/tests/test_parameters.py
pde/tools/tests/test_parse_duration.py
pde/tools/tests/test_spectral.py
pde/tools/tests/test_spherical.py
pde/trackers/__init__.py
pde/trackers/base.py
pde/trackers/intervals.py
pde/trackers/trackers.py
pde/trackers/tests/__init__.py
pde/trackers/tests/test_intervals.py
pde/trackers/tests/test_trackers.py
pde/visualization/__init__.py
pde/visualization/movies.py
pde/visualization/plotting.py
pde/visualization/tests/__init__.py
pde/visualization/tests/test_movies.py
pde/visualization/tests/test_plotting.py
py_pde.egg-info/PKG-INFO
py_pde.egg-info/SOURCES.txt
py_pde.egg-info/dependency_links.txt
py_pde.egg-info/not-zip-safe
py_pde.egg-info/requires.txt
py_pde.egg-info/top_level.txt
tests/.coveragerc
tests/codestyle.sh
tests/conftest.py
tests/mypy.ini
tests/performance_laplace.py
tests/pytest.ini
tests/requirements.txt
tests/show_environment.py
tests/tests_coverage.sh
tests/tests_parallel.sh
tests/tests_run.sh
tests/tests_types.sh