Add E variants of waveguide equations
rename 2d vector from v to e_xy or h_xy
This commit is contained in:
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, ...]]])
|
(ie. dxes = [[[dx_e_0, dx_e_1, ...], [dy_e_0, ...]], [[dx_h_0, ...], [dy_h_0, ...]]])
|
||||||
with propagation along the z axis.
|
with propagation along the z axis.
|
||||||
"""
|
"""
|
||||||
|
# TODO update module docs
|
||||||
|
|
||||||
from typing import List, Tuple
|
from typing import List, Tuple
|
||||||
import numpy
|
import numpy
|
||||||
|
Loading…
Reference in New Issue
Block a user