aboutsummaryrefslogtreecommitdiff
path: root/src/gr/doit.maple
blob: 8d5edf1198e4f38eaca36e65f98d631cee73aa6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# top-level Maple file to read/run all code in this directory

read "../maple/setup.mm";

read "setup_gr_gfas.mm";
setup_gr_gfas();

read "auxiliary.mm";
read "metric_derivs.mm";
read "horizon.mm";

`saveit/level` := 10;
auxiliary(true);
metric_derivs(true);
horizon(true);