.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.md
LICENSE-Apache-2.0
LICENSE-BSD-3-Clause
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/cd.yml
docs/__init__.py
docs/background-theory.md
docs/developer-setup.md
docs/gen_ref_pages.py
docs/getting-started.md
docs/how-to-guides.md
docs/index.md
docs/mdx_bib.py
docs/references.bib
docs/requirements.txt
docs/tutorials.md
docs/javascripts/mathjax.js
docs/theory/notation.md
docs/theory/residues.md
docs/tutorials/emcf-3d.md
docs/tutorials/hop3-graph.png
docs/tutorials/mcf-2d.md
docs/tutorials/planar-graph.md
scripts/plot_tiler.py
src/spurt/__init__.py
src/spurt/_version.py
src/spurt.egg-info/PKG-INFO
src/spurt.egg-info/SOURCES.txt
src/spurt.egg-info/dependency_links.txt
src/spurt.egg-info/entry_points.txt
src/spurt.egg-info/requires.txt
src/spurt.egg-info/top_level.txt
src/spurt/graph/__init__.py
src/spurt/graph/_delaunay.py
src/spurt/graph/_hop3.py
src/spurt/graph/_interface.py
src/spurt/graph/utils.py
src/spurt/io/__init__.py
src/spurt/io/_interface.py
src/spurt/io/_raster.py
src/spurt/io/_slc_stack.py
src/spurt/io/_three_d.py
src/spurt/links/__init__.py
src/spurt/links/_common.py
src/spurt/links/_grid_search.py
src/spurt/links/_interface.py
src/spurt/mcf/__init__.py
src/spurt/mcf/_interface.py
src/spurt/mcf/_ortools.py
src/spurt/mcf/utils.py
src/spurt/utils/__init__.py
src/spurt/utils/_cpu.py
src/spurt/utils/_logger.py
src/spurt/utils/_tiling.py
src/spurt/utils/merge.py
src/spurt/workflows/__init__.py
src/spurt/workflows/emcf/__init__.py
src/spurt/workflows/emcf/__main__.py
src/spurt/workflows/emcf/_bulk_offset.py
src/spurt/workflows/emcf/_cli.py
src/spurt/workflows/emcf/_merge.py
src/spurt/workflows/emcf/_output.py
src/spurt/workflows/emcf/_overlap.py
src/spurt/workflows/emcf/_settings.py
src/spurt/workflows/emcf/_solver.py
src/spurt/workflows/emcf/_tiling.py
src/spurt/workflows/emcf/_unwrap.py
test/__init__.py
test/graph/__init__.py
test/graph/test_delaunay.py
test/graph/test_hop3.py
test/io/__init__.py
test/io/test_slcstack.py
test/io/test_threed.py
test/links/test_grid_search.py
test/mcf/test_ortools.py
test/utils/__init__.py
test/utils/test_dirichlet.py
test/utils/test_merge.py
test/utils/test_utils.py
test/workflows/test_emcf.py