HDF5 utilities
my own Fortran high level interface for HDF5
List of all members
hdf5_utils_mpi::hdf_read_vector_from_dataset Interface Reference

Generic interface to read a vector from a dataset. More...

Detailed Description

Generic interface to read a vector from a dataset.

The vector is is read in along the fast dimension (column oriented in FORTRAN, row oriented in the HDF5 file). So the vector should have the same length as the first dimension of the dataset, and the offset should agree with dims(2:rank) of of the dataset.

Supported types


The documentation for this interface was generated from the following file: