summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-07-08 22:36:00 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2011-07-08 22:36:00 -0400
commit87e8b220e6d3819b0225a9d4e2e3fd847ffb3b8e (patch)
treebf18881a93ed232527f8484a653f13c46fd21798
parent5976fed7b2a8cc969f27c977195acc3e08021c8f (diff)
downloadwgmr-87e8b220e6d3819b0225a9d4e2e3fd847ffb3b8e.tar.gz
wgmr-87e8b220e6d3819b0225a9d4e2e3fd847ffb3b8e.zip
Short description added
-rw-r--r--README5
-rw-r--r--TODO3
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2a5fbc6
--- /dev/null
+++ b/README
@@ -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
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8265edc
--- /dev/null
+++ b/TODO
@@ -0,0 +1,3 @@
+* Add an plotting functions which plot only beams and faces
+ after calculations of all beams done.
+