.codecov.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
README.rst
conftest.py
noxfile.py
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/newfeature.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/test.yml
ci/requirements/doc.yml
ci/requirements/environment-dev.yml
ci/requirements/environment.yml
doc/Makefile
doc/make.bat
doc/source/authors.rst
doc/source/changelog.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/gallery.rst
doc/source/gallery.yml
doc/source/index.rst
doc/source/license.rst
doc/source/usage.rst
doc/source/_static/demo.png
doc/source/_static/ehydro.png
doc/source/_static/favicon.ico
doc/source/_static/logo-text.png
doc/source/_static/logo-text.svg
doc/source/_static/logo.png
doc/source/_static/logo.svg
doc/source/_static/style.css
doc/source/examples/ehydro.ipynb
geomesher/__init__.py
geomesher/area_weighted.py
geomesher/common.py
geomesher/exceptions.py
geomesher/fields.py
geomesher/geometry.py
geomesher/mesher.py
geomesher/py.typed
geomesher.egg-info/PKG-INFO
geomesher.egg-info/SOURCES.txt
geomesher.egg-info/dependency_links.txt
geomesher.egg-info/not-zip-safe
geomesher.egg-info/requires.txt
geomesher.egg-info/top_level.txt
tests/test_common.py
tests/test_gmsh_geometry.py
tests/test_meshers.py