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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue