aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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