aboutsummaryrefslogtreecommitdiff
path: root/Examples/README
blob: 45171b166a3af5ca8126e38a5252e1962dce127f (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.