aboutsummaryrefslogtreecommitdiff
path: root/Examples/README
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-12-15 17:59:17 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2011-12-15 17:59:17 +0100
commit7a8ccaf0d6ae09cdd1ba8bbcf3ca7ea0d93f95d8 (patch)
treee5ebbb352ab1eae0c77dd08857922c392c7b9fbe /Examples/README
parent0e9475817fe6d7e44361f40206fcba96bfc2b153 (diff)
Add README file for the examples
Diffstat (limited to 'Examples/README')
-rw-r--r--Examples/README50
1 files changed, 50 insertions, 0 deletions
diff --git a/Examples/README b/Examples/README
new file mode 100644
index 0000000..45171b1
--- /dev/null
+++ b/Examples/README
@@ -0,0 +1,50 @@
+
+Kranc Examples
+==============
+
+This directory contains example Kranc scripts. Type
+
+ make <thorn>
+
+to make an individual example, where <thorn> is the name of the script
+with the extension removed. You can also type
+
+ make
+
+to make all the thorns, or
+
+ make clean
+
+to remove all the generated thorns.
+
+EM.m
+----
+
+An implementation of Maxwell's equations.
+
+SimpleWave.m
+------------
+
+A minimalistic example of a wave equation.
+
+Wave.m
+------
+
+A comprehensive example of a wave equation.
+
+EulerAuto.m
+-----------
+
+Newtonian Euler equation using the conservation law feature of Kranc.
+
+EulerSR.m
+---------
+
+Special-relativistic Euler equation using the conservation law feature
+of Kranc.
+
+Others
+------
+
+The examples Advect.m, Burgers.m, EM-xTensor.m and Euler.m are either
+experimental or were used during development of Kranc.