LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
src/ionosphere_fdtd/__init__.py
src/ionosphere_fdtd/__main__.py
src/ionosphere_fdtd/checkpoint.py
src/ionosphere_fdtd/cli.py
src/ionosphere_fdtd/cli_config.py
src/ionosphere_fdtd/constants.py
src/ionosphere_fdtd/materials.py
src/ionosphere_fdtd/mesh.py
src/ionosphere_fdtd/mesh_quality.py
src/ionosphere_fdtd/solver.py
src/ionosphere_fdtd/sources.py
src/ionosphere_fdtd/visualization.py
src/ionosphere_fdtd/viz_cli.py
src/ionosphere_fdtd.egg-info/PKG-INFO
src/ionosphere_fdtd.egg-info/SOURCES.txt
src/ionosphere_fdtd.egg-info/dependency_links.txt
src/ionosphere_fdtd.egg-info/entry_points.txt
src/ionosphere_fdtd.egg-info/requires.txt
src/ionosphere_fdtd.egg-info/top_level.txt
src/ionosphere_fdtd/backends/__init__.py
src/ionosphere_fdtd/backends/base.py
src/ionosphere_fdtd/backends/numpy_backend.py
src/ionosphere_fdtd/backends/torch_backend.py
tests/test_analytic_benchmark_registry.py
tests/test_backend_benchmark.py
tests/test_backends.py
tests/test_checkpoint.py
tests/test_cli_config.py
tests/test_materials.py
tests/test_maxwell_invariants.py
tests/test_mesh.py
tests/test_mesh_quality.py
tests/test_solver.py
tests/test_visualization.py