-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mode expansion #115
Mode expansion #115
Conversation
…uble with other branches
…tore in python/Makefile.am to ensure python tests are executed under mpirun when building --with-mpi
I've mostly ported the waveguide-taper calculation to python. The python code is There are a couple of things that aren't working in python yet. I'll try to fix those over the next days. I might need some help with typemaps, etc. Here is the latest version of the documentation / tutorial. I need to fill in some plots and code snippets. Here is the log-log plot of power loss due to intermodal scattering vs. taper length for taper functions of continuity class C^p for p=0,1. To the extent that I represent them as power laws, they are both roughly going like L^{-2} (with L the taper length). I think the correct answer is that the power-law exponents are supposed to differ more clearly, by a full unit of 1, so this is maybe a little fishy. |
Initial skeleton framework for mode-decomposition feature.