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

Generic interface to write a vector to dataset. More...

Detailed Description

Generic interface to write a vector to dataset.

The vector is is written out 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

Parameters
[in]loc_idlocal id in file, e.g. file_id, group_id
[in]dset_namename of dataset
[in]offsetposition within the dataset
[in]vectordata array to be written

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