aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2007-11-12 16:24:14 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2007-11-12 16:24:14 +0000
commit9f7a8fbc8bbf8bef5535d2d7adf65687c6c3176a (patch)
tree6baa2a912aed4522c81ebb10c0e53397a462b515 /doc
parent51c706da529214743a0eafaf95f2d97cfb6727b6 (diff)
moved driver-independent HDF5 utilities from here to CactusExternal/HDF5
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@232 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 55ea7d2..645a098 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -308,15 +308,6 @@ Thorn \ThisThorn\ provides the following utility programs:
\item {\tt hdf5\_convert\_from\_sdf}\\
Converts a datafile created by thorn {\bf CactusIO/IOSDF} or other Cactus-external programs into an HDF5 datafile. Your thornlist must include this thorn
in its thornlist in order to build the SDF-to-HDF5 utility program.
- \item {\tt hdf5\_merge}\\
- Merges a list of HDF5 input files into a single HDF5 output file.
- This can be used to concatenate HDF5 output data created as one file per
- timestep.
- \item {\tt hdf5\_extract}\\
- Extracts a given list of named objects (groups or datasets) from an HDF5
- input file and writes them into a new HDF5 output file.
- This is the reverse operation to what {\tt hdf5\_merge.c} does. Useful eg.
- for extracting individual timesteps from a time series HDF5 datafile.
\end{itemize}
%
All utility programs are located in the {\tt src/util/} subdirectory of thorn