LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
ttfemesh/__init__.py
ttfemesh/types.py
ttfemesh.egg-info/PKG-INFO
ttfemesh.egg-info/SOURCES.txt
ttfemesh.egg-info/dependency_links.txt
ttfemesh.egg-info/requires.txt
ttfemesh.egg-info/top_level.txt
ttfemesh/basis/__init__.py
ttfemesh/basis/basis.py
ttfemesh/basis/basis_utils.py
ttfemesh/domain/__init__.py
ttfemesh/domain/boundary_condition.py
ttfemesh/domain/curve.py
ttfemesh/domain/domain.py
ttfemesh/domain/subdomain.py
ttfemesh/domain/subdomain_connection.py
ttfemesh/domain/subdomain_factory.py
ttfemesh/mesh/__init__.py
ttfemesh/mesh/domain_mesh.py
ttfemesh/mesh/mesh_utils.py
ttfemesh/mesh/subdomain_mesh.py
ttfemesh/quadrature/__init__.py
ttfemesh/quadrature/quadrature.py
ttfemesh/tt_tools/__init__.py
ttfemesh/tt_tools/interpolate.py
ttfemesh/tt_tools/meshgrid.py
ttfemesh/tt_tools/numeric.py
ttfemesh/tt_tools/operations.py
ttfemesh/tt_tools/tensor_cross.py
ttfemesh/utils/__init__.py
ttfemesh/utils/array.py
ttfemesh/utils/plot_helpers.py