diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,5 @@ +coupling_angles.m - calculates parameters of the beam to be coupled into the disk via prism +beam_trace.m - calculates beams propagation and their branching on dielectric interfaces (faces) for arbitrary set of beams and faces. +example_beam_trace.m - example use of above routine. + +rest of the code: helper functions @@ -0,0 +1,3 @@ +* Add an plotting functions which plot only beams and faces + after calculations of all beams done. + |