From 951cb1f31bdffad1867750be8748808cb1413160 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 13 Dec 2001 12:23:16 +0000 Subject: 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 --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit v1.2.3