.gitignore
DEPLOY.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
.github/dependabot.yaml
.github/workflows/install_extras.yaml
.github/workflows/lint.yaml
.github/workflows/tests.yaml
src/dtumathtools/__init__.py
src/dtumathtools.egg-info/PKG-INFO
src/dtumathtools.egg-info/SOURCES.txt
src/dtumathtools.egg-info/dependency_links.txt
src/dtumathtools.egg-info/requires.txt
src/dtumathtools.egg-info/top_level.txt
src/dtumathtools/dtuplot/__init__.py
src/dtumathtools/dtuplot/boundaryplot.py
src/dtumathtools/dtuplot/quiverplot.py
src/dtumathtools/dtuplot/quiverplot_helpers.py
src/dtumathtools/dtuplot/scatterplot.py
src/dtumathtools/dtutools/__init__.py
src/dtumathtools/dtutools/helpers.py
tests/test_F_demos.py
tests/test_dtuplot.py
tests/test_dtutools.py