aboutsummaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-23 18:36:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-23 18:36:25 +0000
commit24118c9f3f921324eb1144bd456631778d337c87 (patch)
treea0fd8877fd78c8b22f4d991a61fb05bc6dda9ea9 /src/misc
parentca86eafc3ce0061e968778518be296553ff7279e (diff)
document what's in this directory
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@912 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/misc/README b/src/misc/README
new file mode 100644
index 0000000..0229869
--- /dev/null
+++ b/src/misc/README
@@ -0,0 +1,19 @@
+This directory contains miscellaneous source code that doesn't fit
+anywher else.
+
+h.movie
+ This is a Perl script to generate gnuplot commands to show
+ a movie of the patch shapes in an evolution. To use it,
+ type the gnuplot commands
+ load '<h.movie --setup'
+ then set the xyz ranges and any other options. Then
+ load '<h.movie'
+ will play the movie.
+
+mpp
+ This is the Maple preprocessor used to provide #include-like
+ and #ifdef-like functionality for the Maple code in this thorn.
+
+select.patch
+ This is a Perl script to extract a selected patch from a
+ gridfn output file.