.gitignore
ATTRIBUTION.md
LICENSE
README.md
pyproject.toml
.github/workflows/test.yml
docs/guide/advanced.md
docs/guide/changelog.md
docs/guide/contributing.md
docs/guide/farfield_rcs.md
docs/guide/geometry_and_limitations.md
docs/guide/gradient_behavior.md
docs/guide/index.md
docs/guide/installation.md
docs/guide/inverse_design.md
docs/guide/migration.md
docs/guide/nonuniform_mesh.md
docs/guide/quickstart.md
docs/guide/simulation_api.md
docs/guide/sources_ports.md
docs/guide/validation.md
docs/guide/visualization_and_analysis.md
docs/guide/waveguide_ports.md
docs/guides/simulation_methodology.md
docs/research_notes/2026-04-04_docs_refresh_v1_guide_alignment.md
docs/research_notes/2026-04-04_pypi_publish_complete.md
docs/research_notes/20260404_v1_release_todo/note.md
examples/01_cavity_resonance.png
examples/01_cavity_resonance.py
examples/02_waveguide_sparams.png
examples/02_waveguide_sparams.py
examples/03_inverse_design.png
examples/03_inverse_design.py
examples/04_patch_antenna.png
examples/04_patch_antenna.py
examples/04_patch_antenna_farfield.png
examples/04_patch_antenna_s11.png
examples/04_patch_field_ez.png
examples/04_patch_geometry.png
examples/05_materials_gallery.py
examples/05_patch_antenna_subgrid.py
examples/05_patch_subgrid_geometry.png
examples/05_patch_subgrid_s11.png
examples/06_farfield_radiation.py
examples/06_patch_uniform_ref.py
examples/07_auto_configure.py
examples/07_peak_diagnostic.py
examples/08_convergence_test.py
examples/08_gpu_benchmark.py
examples/09_patch_fixed.py
examples/10_patch_point_source.py
examples/11_convergence_verified.py
examples/12_validation_suite.py
examples/13_patch_profiled.py
examples/14_microstrip_line.py
examples/14_subpixel_test.py
examples/15_coupled_filter.py
examples/15_fine_grid_test.py
examples/16_dielectric_resonator.py
examples/16_substrate_taper.py
examples/17_volume_comp.py
examples/17_waveguide_coupler.py
examples/18_cavity_filter.py
examples/18_j_source_test.py
examples/19_lumped_rlc.py
examples/19_simulator_validation.py
examples/20_convergence_0125.py
examples/20_via_throughhole.py
examples/21_curved_patch.py
examples/21_subgrid_jit_patch.py
examples/22_subgridded.py
examples/22_validation_breadth.py
examples/22_waveguide_anim.gif
examples/23_cross_validation.py
examples/24_patch_sub1pct.py
examples/25_snap_dx_test.py
examples/26_nonuniform_fine.py
examples/27_nu_cpml_test.py
examples/28_generalized_validation.py
examples/29_nu_port_sparam.py
examples/30_current_source_generalized.py
examples/31_nu_api_validation.py
examples/32_subgrid_benchmark.py
examples/33_distributed_benchmark.py
examples/gpu_benchmark.py
examples/gpu_benchmark_results.json
rfx/__init__.py
rfx/amr.py
rfx/animation.py
rfx/antenna.py
rfx/api.py
rfx/auto_config.py
rfx/batch.py
rfx/checkpoint.py
rfx/convergence.py
rfx/deembed.py
rfx/differentiable_material_fit.py
rfx/eigenmode.py
rfx/farfield.py
rfx/floquet.py
rfx/gpu.py
rfx/grid.py
rfx/harminv.py
rfx/io.py
rfx/lumped.py
rfx/material_fit.py
rfx/nonuniform.py
rfx/optimize.py
rfx/optimize_objectives.py
rfx/pcb.py
rfx/rcs.py
rfx/ris.py
rfx/simulation.py
rfx/smith.py
rfx/surrogate.py
rfx/sweep.py
rfx/topology.py
rfx/visualize.py
rfx/visualize3d.py
rfx/vmap_sweep.py
rfx/boundaries/__init__.py
rfx/boundaries/cpml.py
rfx/boundaries/pec.py
rfx/core/__init__.py
rfx/core/dft_utils.py
rfx/core/yee.py
rfx/dashboard/__init__.py
rfx/dashboard/app.py
rfx/dashboard/components.py
rfx/geometry/__init__.py
rfx/geometry/conformal.py
rfx/geometry/csg.py
rfx/geometry/curved.py
rfx/geometry/smoothing.py
rfx/geometry/thin_wire.py
rfx/geometry/via.py
rfx/materials/__init__.py
rfx/materials/debye.py
rfx/materials/lorentz.py
rfx/materials/nonlinear.py
rfx/materials/thin_conductor.py
rfx/probes/__init__.py
rfx/probes/fresnel.py
rfx/probes/probes.py
rfx/runners/__init__.py
rfx/runners/distributed.py
rfx/runners/nonuniform.py
rfx/runners/subgridded.py
rfx/runners/uniform.py
rfx/sources/__init__.py
rfx/sources/sources.py
rfx/sources/tfsf.py
rfx/sources/tfsf_2d.py
rfx/sources/waveguide_port.py
rfx/subgridding/__init__.py
rfx/subgridding/jit_runner.py
rfx/subgridding/runner.py
rfx/subgridding/sbp_sat_1d.py
rfx/subgridding/sbp_sat_2d.py
rfx/subgridding/sbp_sat_3d.py
rfx_fdtd.egg-info/PKG-INFO
rfx_fdtd.egg-info/SOURCES.txt
rfx_fdtd.egg-info/dependency_links.txt
rfx_fdtd.egg-info/requires.txt
rfx_fdtd.egg-info/top_level.txt
tests/__init__.py
tests/test_amr_surrogate.py
tests/test_animation.py
tests/test_antenna.py
tests/test_api.py
tests/test_auto_config.py
tests/test_auto_guard.py
tests/test_batch.py
tests/test_cavity.py
tests/test_cfs_cpml.py
tests/test_conformal.py
tests/test_conformal_convergence.py
tests/test_conservation_laws.py
tests/test_convergence.py
tests/test_cpml.py
tests/test_crossval_comprehensive.py
tests/test_curved_patch.py
tests/test_custom_waveforms.py
tests/test_dashboard.py
tests/test_debye.py
tests/test_decay_convergence.py
tests/test_decay_rlc.py
tests/test_deembed.py
tests/test_dft_probes.py
tests/test_differentiable.py
tests/test_differentiable_material_fit.py
tests/test_distributed.py
tests/test_eigenmode.py
tests/test_eigenmode_port.py
tests/test_farfield.py
tests/test_floquet.py
tests/test_fresnel_investigation.py
tests/test_geometry.py
tests/test_gpu.py
tests/test_gradient_coverage.py
tests/test_grid.py
tests/test_io.py
tests/test_lorentz.py
tests/test_lossy.py
tests/test_lumped_rlc.py
tests/test_magnetic.py
tests/test_material_fit.py
tests/test_meep_crossval.py
tests/test_meep_crossval_patch.py
tests/test_mixed_precision.py
tests/test_multimode_waveguide.py
tests/test_nonlinear.py
tests/test_nonuniform_api.py
tests/test_normalization.py
tests/test_objective_library.py
tests/test_openems_crossval.py
tests/test_optimize.py
tests/test_optimize_convergence.py
tests/test_overlap_extraction.py
tests/test_pcb.py
tests/test_physics.py
tests/test_pml_reflectivity.py
tests/test_rcs.py
tests/test_ris.py
tests/test_sbp_sat_1d.py
tests/test_sbp_sat_2d.py
tests/test_sbp_sat_3d.py
tests/test_sbp_sat_alpha.py
tests/test_sbp_sat_jit.py
tests/test_series_rlc_current.py
tests/test_simulation.py
tests/test_smith.py
tests/test_sparam.py
tests/test_stage5.py
tests/test_subpixel.py
tests/test_sweep.py
tests/test_tfsf_oblique.py
tests/test_tfsf_oblique_coverage.py
tests/test_thin_conductor.py
tests/test_thin_wire.py
tests/test_topology.py
tests/test_validation_suite.py
tests/test_verification.py
tests/test_via.py
tests/test_visualize.py
tests/test_visualize3d.py
tests/test_vmap_sweep.py
tests/test_waveguide_port.py
tests/test_wire_port.py
tests/test_wire_sparam.py