add waveguide eigenproblem derivation
This commit is contained in:
parent
034f79eae6
commit
5250501f3e
2 changed files with 146 additions and 1 deletions
|
|
@ -12,6 +12,14 @@ Submodules:
|
|||
- `scpml`: Stretched-coordinate perfectly matched layer (scpml) boundary conditions
|
||||
- `waveguide_2d`: Operators and mode-solver for waveguides with constant cross-section.
|
||||
- `waveguide_3d`: Functions for transforming `waveguide_2d` results into 3D.
|
||||
|
||||
|
||||
===========
|
||||
|
||||
# TODO FDFD?
|
||||
# TODO PML
|
||||
|
||||
|
||||
"""
|
||||
from . import solvers, operators, functional, scpml, waveguide_2d, waveguide_3d
|
||||
# from . import farfield, bloch TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue