aboutsummaryrefslogtreecommitdiff
path: root/doc/3patch.gnuplot
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:27:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:27:44 +0000
commitf6d399914423ae47efcad3beb3c9ca6e2e96488f (patch)
tree4d1cad667a9c5e580c2de2b543ac2f9f17bee546 /doc/3patch.gnuplot
parent992b4ad347b6a9e861dc81bf651b64bef60325b3 (diff)
expand documentation to describe the multipatch system,
and add a figure illustrating this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@847 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc/3patch.gnuplot')
-rw-r--r--doc/3patch.gnuplot52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/3patch.gnuplot b/doc/3patch.gnuplot
new file mode 100644
index 0000000..dc7ec05
--- /dev/null
+++ b/doc/3patch.gnuplot
@@ -0,0 +1,52 @@
+# gnuplot command file to produce postscript file for 3patch figure
+
+set term postscript eps color solid
+set size 1.5, 2.25
+set output 'AEIDevelopment_AHFinderDirect_3patch.eps'
+
+unset key
+set view 60, 111
+set border 0
+
+unset xtics
+unset ytics
+unset ztics
+
+splot '-' w lines -1, \
+ '-' w lines -1, \
+ '-' w lines -1, \
+ '<../src/misc/select.patch +z <3patch.h.t0.ah1.gp' \
+ using 4:5:6 w lines 1, \
+ '<../src/misc/select.patch +x <3patch.h.t0.ah1.gp' \
+ using 4:5:6 w lines 2, \
+ '<../src/misc/select.patch +y <3patch.h.t0.ah1.gp' \
+ using 4:5:6 w lines 3, \
+ "<../src/misc/select.patch +z <3patch.h.t0.ah1.gp \
+ | gawk '($4 == 0) && ($5 >= 0.0)' -" \
+ using 4:5:6 w lines -1, \
+ "<../src/misc/select.patch +z <3patch.h.t0.ah1.gp \
+ | gawk '($4 >= 0) && ($5 == 0.0)' -" \
+ using 4:5:6 w lines -1, \
+ "<../src/misc/select.patch +x <3patch.h.t0.ah1.gp \
+ | gawk '($5 == 0) && ($6 >= 0.0)' -" \
+ using 4:5:6 w lines -1, \
+ "<../src/misc/select.patch +x <3patch.h.t0.ah1.gp \
+ | gawk '($5 >= 0) && ($6 == 0.0)' -" \
+ using 4:5:6 w lines -1, \
+ "<../src/misc/select.patch +y <3patch.h.t0.ah1.gp \
+ | gawk '($4 == 0) && ($6 >= 0.0)' -" \
+ using 4:5:6 w lines -1, \
+ "<../src/misc/select.patch +y <3patch.h.t0.ah1.gp \
+ | gawk '($4 >= 0) && ($6 == 0.0)' -" \
+ using 4:5:6 w lines -1
+0.0 0.0 0.0
+1.3 0.0 0.0
+eof
+0.0 0.0 0.0
+0.0 1.3 0.0
+eof
+0.0 0.0 0.0
+0.0 0.0 1.3
+eof
+
+set output