[eme / examples] add EME examples

This commit is contained in:
Forgejo Actions 2026-04-20 10:15:25 -07:00
commit f8ad0250d1
5 changed files with 537 additions and 0 deletions

View file

@ -163,6 +163,11 @@ The tracked examples under `examples/` are the intended entry points for users:
guide, with late-time monitor slices, guided-core windows, and mode-weighted
errors compared directly against real fields reconstructed from the matching
FDFD solution, plus a guided-mode / orthogonal-residual split.
- `examples/eme.py`: straight-interface mode matching / EME, including port
mode solving, interface scattering, and modal field visualization.
- `examples/eme_bend.py`: straight-to-bent waveguide mode matching with
cylindrical bend modes, interface scattering, and a cascaded bend-network
example built with `scikit-rf`.
- `examples/fdfd.py`: direct frequency-domain waveguide excitation and overlap /
Poynting analysis without a time-domain run.