aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-12-13 12:23:16 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-12-13 12:23:16 +0000
commit951cb1f31bdffad1867750be8748808cb1413160 (patch)
tree0346ec06df68156f4412f6a46647adbb96ade4b6 /README
parent81cb04034072d59583194d75af79491a7674d1de (diff)
Added 3D ASCII output for 3D variables.
Closes PR BetaThorns/742 (??). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@87 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 14f1020..4531142 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ CVS info : $Header$
1. Purpose of the thorn
-This thorn does 1D and 2D output of 3D variables in ASCII format.
+This thorn does 1D, 2D, and 3D output of 3D variables in ASCII format.
1D output slices through the edge (in octant mode) or center
(in all origin-centered modes) of the grid in the x,y, and z directions.
@@ -15,7 +15,10 @@ Ouput files can be processed with either gnuplot or xgraph.
2D output is done for the xy, xz, and yz plane.
Ouput files can be processed with the splot command in gnuplot.
-The IO methods "IOASCII_1D" and "IOASCII_2D" are registered
+3D output is simply done for the full 3D grid variables.
+Ouput files can be processed with the splot command in gnuplot.
+
+The IO methods "IOASCII_1D", "IOASCII_2D", and "IOASCII_3D" are registered
which can be called by other thorns via CCTK_OutputVarAsByMethod()
to output a variable without specifying it in the parameter file.