Add E variants of waveguide equations

rename 2d vector from v to e_xy or h_xy
fdtd_extras
Jan Petykiewicz 5 years ago
parent 054ac994d5
commit 2787908640

@ -17,6 +17,7 @@ As the z-dependence is known, all the functions in this file assume a 2D grid
(ie. dxes = [[[dx_e_0, dx_e_1, ...], [dy_e_0, ...]], [[dx_h_0, ...], [dy_h_0, ...]]])
with propagation along the z axis.
"""
# TODO update module docs
from typing import List, Tuple
import numpy

Loading…
Cancel
Save