aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-14 15:04:23 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-14 15:04:23 +0000
commite2886911a1d7c76faece02a4b84f6fd5c2fc21bd (patch)
tree6fc9606b0802380506bb11209131110faa9a8091 /README
parent8db373485aa10bc63eee8e7996b0a02399a2461d (diff)
Updated README file. Just refer to doc/documentation.tex.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@42 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index 8b7643d..7add82c 100644
--- a/README
+++ b/README
@@ -5,18 +5,14 @@ CVS info : $Header$
1. Purpose of the thorn
-This thorn does output of 2D and 3D variables in HDF5 format.
+This thorn does output of arbitrary Cactus variables in HDF5 file format.
It also provides checkpointing/recovery functionality -
you can create HDF5 checkpoint files and recover from them.
-The IO methods "IOHDF5_2D" and "IOHDF5_3D" are registered
-which can be called by other thorns via CCTK_OutputVarAsByMethod()
-to output a variable without specifying it in the parameter file.
-
2. Additional information
-Currently only 3D output is implemented.
+Please refer to the documentation.tex file in the doc/ subdirectory.
-Fore more information on HDF5 see http://hdf.ncsa.uiuc.edu.
+Fore more information on HDF5 see http://hdf.ncsa.uiuc.edu/HDF5/.