Commit Graph

229 Commits (wip)
 

Author SHA1 Message Date
Jan Petykiewicz 31e8dde8ce Add type hints 5 years ago
Jan Petykiewicz 507417b90e add missing cd 5 years ago
Jan Petykiewicz 2300a8b47e poynting equality needs bigger tolerance
not sure why yet
5 years ago
Jan Petykiewicz 8794cbd7c2 e dot j should be masked as well 5 years ago
Jan Petykiewicz ca70d6e6c8 Sample all three S components... 5 years ago
Jan Petykiewicz 68f857e83e Use 2-point sources to test fdfd poynting 5 years ago
Jan Petykiewicz 0bb4105e7a e dot j should take into account dxes 5 years ago
Jan Petykiewicz 9253200eaf Move j_steps and j_distribution out of conftest
- also move PRNG back into utils
5 years ago
Jan Petykiewicz 60961db2d3 add atol to shut up solver 5 years ago
Jan Petykiewicz 7da80c3e64 more args to pytest 5 years ago
Jan Petykiewicz b0b295d1ac add test_fdfd 5 years ago
Jan Petykiewicz 061dbf59d1 formatting fixes 5 years ago
Jan Petykiewicz 8fc96c13ab test updates
- move generalizable fixtures out into conftest.py
- move some other functions out to utils
- fix test_poynting_planes() for fdtd
5 years ago
Jan Petykiewicz 9f4a515eca import fdfd submodules 5 years ago
Jan Petykiewicz 7d36be9685 remove TODO 5 years ago
Jan Petykiewicz 9f207f76e4 delete extra lines 5 years ago
Jan Petykiewicz 589d658853 prettyify example plots 5 years ago
Jan Petykiewicz 2a1fa1df7b Take care of dxes at the poynting() level rather than poynting_divergence 5 years ago
Jan Petykiewicz c0f14cd07b Modify phase factor for 1-cell shift (poynting).
Also clarify some variable names
5 years ago
Jan Petykiewicz 6257254579 add fdfd.poynting_e_cross_h() 5 years ago
Jan Petykiewicz 88123342be note that venv is optional 5 years ago
Jan Petykiewicz 9709a0a415 make subheading smaller 5 years ago
Jan Petykiewicz cde8537f14 add see-also links 5 years ago
Jan Petykiewicz ca7bc71788 add git to necessary programs 5 years ago
Jan Petykiewicz 2ba75a4189 branch name changes to 5 years ago
Jan Petykiewicz c6e463209f Update repo location 5 years ago
Jan Petykiewicz 6c032fbdc3 Note temporary source location 5 years ago
Jan Petykiewicz 74e212f560 examples require gridlock 5 years ago
Jan Petykiewicz 7f22f83c68 Update README with install instructions 5 years ago
Jan Petykiewicz 6850fe532f poynting calculation comparison 5 years ago
Jan Petykiewicz 6333dbd110 add missing __init__.py's 5 years ago
Jan Petykiewicz 0ad289e5ac Switch to file-based version number 5 years ago
Jan Petykiewicz 487bdd61ec Fixup poynting operators for new approach 5 years ago
jan a1a7aa5511 Alternate approach to poynting matrices 5 years ago
jan 9cd2dd131b Move version into setup.py and read it back with pkg_resources 5 years ago
jan c92656bed8 Compactify args 5 years ago
jan 10e275611d Use overlap_e 5 years ago
jan 2289c6d116 dx_prop should be a scalar? 5 years ago
jan bedec489aa Don't pre-conjugate e_overlap 5 years ago
jan f04c0daf28 solve_waveguide_mode_2d -> vsolve_*
- return (e_xy. wavenumber)
- vectorized inputs since we returned a vectorized output
- exy -> e_xy
5 years ago
jan b5ad284966 dx_prop -> prop_phase
propagation direction wavenumber might be different from
operator-derived (2D) wavenumber due to numerical dispersion, so lump it
in with dx_prop
5 years ago
Jan Petykiewicz 8eac9df76e in progress 5 years ago
Jan Petykiewicz a4c2239ad9 formatting 5 years ago
Jan Petykiewicz e99019b37f v -> e_xy for cylindrical mode result 5 years ago
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