Commit Graph

135 Commits (fdtd_extras)
 

Author SHA1 Message Date
Jan Petykiewicz f4bac9598d Remove unused waveguide_mode functions 5 years ago
Jan Petykiewicz d2d4220313 update example code 5 years ago
Jan Petykiewicz 337cee8018 Add epsilon arg to compute_overlap_e
currently unused but useful for reusing solve_wgmode arguments
5 years ago
Jan Petykiewicz 5f96474497 Use e_boundary_source for compute_source 5 years ago
Jan Petykiewicz 7b56aa363f Use non-vectorized fields for waveguide_mode functions 5 years ago
Jan Petykiewicz 3887a8804f fix phase in expand_wgmode 5 years ago
Jan Petykiewicz d6a34b280e Simplify compute_source and fix propagation direction 5 years ago
Jan Petykiewicz 1860d754cd Fix shifts applied to E and H fields
Only some components need shifting
5 years ago
Jan Petykiewicz 7006b5e6e4 Flip propagation direction by flipping H 5 years ago
Jan Petykiewicz c306bb1f46 Correct for numerical dispersion at 3d solve_waveguide_mode level 5 years ago
Jan Petykiewicz af8efd00eb Add E-field versions of waveguide mode operators, rename v->e_xy or h_xy, and add ability to specify mode margin in solve_waveguide_mode_2d 5 years ago
Jan Petykiewicz 41bec05d4e Remove unwanted return 5 years ago
Jan Petykiewicz 2787908640 Add E variants of waveguide equations
rename 2d vector from v to e_xy or h_xy
5 years ago
Jan Petykiewicz 054ac994d5 Don't perform dx_prop wavenumber correction in waveguide_mode_2d
It's technically a correction for discretization in the third direction
5 years ago
Jan Petykiewicz 0503e9d6ef Fix shift_with_mirror() for C-ordered arrays 5 years ago
Jan Petykiewicz b466ed02ea Add e_boundary_source 5 years ago
Jan Petykiewicz ccdb423ba2 add e_tfsf_source 5 years ago
Jan Petykiewicz aade81c21e alternate src formulation 5 years ago
Jan Petykiewicz 07c94617fe Operator-based soruce 5 years ago
Jan Petykiewicz 1a04bab361 Fixup slices 5 years ago
Jan Petykiewicz 2c91ea249f Fix wgmode expansion 5 years ago
Jan Petykiewicz 3429120993 d_prop -> dx_prop 5 years ago
Jan Petykiewicz 938c4c9a35 move to 3xnnn arrays 5 years ago
Jan Petykiewicz 5951f2bdb1 various fixes and improvements 5 years ago
Jan Petykiewicz 94ff3f7853 further fdfd_tools->meanas updates 5 years ago
Jan Petykiewicz f61bcf3dfa rename to meanas and split fdtd/fdfd 5 years ago
Jan Petykiewicz 25cb83089d modernize setup.py 5 years ago
Jan Petykiewicz 3d07969fd2 rename examples to avoid triggering pytest 5 years ago
Jan Petykiewicz 557a3b0d9c Remove unused test code and tighten tolerances 5 years ago
Jan Petykiewicz 32055ec8d3 Use pytest for testing; generalize existing fdtd tests 5 years ago
Jan Petykiewicz 06a491a960 don't throw out our newly-reduced slices... 5 years ago
Jan Petykiewicz 1489308837 Comment capitalization fix 5 years ago
Jan Petykiewicz 1793e8cc37 move to 3xNxMxP arrays 5 years ago
Jan Petykiewicz 1d9c9644ee input shouldn't be sliced with expanded slices 5 years ago
Jan Petykiewicz 56a1349959 Add missing return 5 years ago
Jan Petykiewicz f2d061c921 Test poynting planes on both half-steps 5 years ago
Jan Petykiewicz b4bbfdb730 remove old logging stuff 5 years ago
Jan Petykiewicz 39c05d2cab no reason to demand float32 yet 5 years ago
Jan Petykiewicz 89976647f2 test (and fix tests) for constant non-1 dxes
Still need to look at non-constant dxes
5 years ago
Jan Petykiewicz 7092c13088 better error messages when tests fail 5 years ago
Jan Petykiewicz f1fc308d25 Add JdotE test 5 years ago
Jan Petykiewicz 7f8a326114 Loosen tolerances on tests 5 years ago
Jan Petykiewicz 30ddeb7b73 fix typo in fdfd.vec() 5 years ago
Jan Petykiewicz 223b202d03 More test cases 5 years ago
Jan Petykiewicz fb3c88a78d add test_poynting_planes 5 years ago
Jan Petykiewicz 950e70213a Consolidate variables in test case setups 5 years ago
Jan Petykiewicz f858cb8bbb Fix poynting e2h test 5 years ago
Jan Petykiewicz 2cec4fabaf Account for dxes 5 years ago
Jan Petykiewicz a528effd89 add some more tests 5 years ago
Jan Petykiewicz 935b2c9a80 remove extra dt 5 years ago