-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
36 lines (19 loc) · 723 Bytes
/
todo
File metadata and controls
36 lines (19 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Todo:
mathlink.coordinates:
* Unequal node spacings
* Coordinate for triangulation
* Different interpolation algorithms
* Move fourier interpolation out of class
Waveguide:
* Deprecate special wgcoord
Modes:
LayeredSolver:
* LayeredMode needs several changes to work with all Mode functions
In particular it needs a default coord discretization size so functions
which require numerical evaluation will work
* LayeredMode can also perform many functions analytically - eg mode power
* Improve the speed of the solver. Move Layers to cython?
AllSolvers:
* Include an option to return all modes searched for using nefflist=[...] even
if in error. This will make wltracking much better.
KrylovSolver: