.gitignore
LICENSE
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/improve-documentation.md
.github/workflows/AutomatedTests_linux.yml
.github/workflows/AutomatedTests_win.yml
.github/workflows/build_publish.yml
apdl-scripts/export_centroids.apdl
apdl-scripts/export_nodes.apdl
doc/em_force/destination_mesh.txt
doc/em_force/em_force.ipynb
doc/em_force/source_data/em_force_data.txt
doc/heat_flux/destination_mesh.txt
doc/heat_flux/heat_flux.ipynb
doc/heat_flux/source_mesh.txt
doc/heat_flux/source_data/heat_flux_data.txt
doc/heat_gen/destination_mesh.txt
doc/heat_gen/heat_gen.ipynb
doc/heat_gen/source_data/heat_gen_data.txt
doc/htc/destination_mesh.txt
doc/htc/htc.ipynb
doc/htc/source_data/htc_data.txt
src/_version.py
src/interpcore/__init__.py
src/interpcore/config.py
src/interpcore/dest_tree.py
src/interpcore/errors.py
src/interpcore/interpolator.py
src/interpcore/kernels.py
src/interpcore/parsers.py
src/interpcore.egg-info/PKG-INFO
src/interpcore.egg-info/SOURCES.txt
src/interpcore.egg-info/dependency_links.txt
src/interpcore.egg-info/requires.txt
src/interpcore.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_interpolator.py
tests/test_kernels.py