|
| subroutine | hdf5_file::hdf5_file_set_overwrite (this, overwrite) |
| | Set the overwrite flag for HDF5 files.
|
| |
| character(len=1024) function | hdf5_file::file_get_fname (this) |
| | Return the file name with the start counter.
|
| |
| subroutine | hdf5_file::hdf5_file_set_precision (this, precision) |
| | Set the precision for the output (single or double)
|
| |
| subroutine | hdf5_file::hdf5_file_open (this, mode) |
| | Open a HDF5 file in a given mode.
|
| |
| subroutine | hdf5_file::hdf5_file_close (this) |
| | Close the file.
|
| |
| subroutine | hdf5_file::hdf5_file_set_group (this, group_name_path) |
| | Set the active group for HDF5 files.
|
| |
| subroutine | hdf5_file::hdf5_file_write (this, data, t) |
| | Write data in HDF5 format.
|
| |
| subroutine | hdf5_file::hdf5_file_read (this, data) |
| | Read data in HDF5 format.
|
| |
| subroutine | hdf5_file::hdf5_file_write_dataset (this, data) |
| |
| subroutine | hdf5_file::hdf5_file_read_dataset (this, data_name, data, strategy) |
| |
| subroutine | hdf5_file::hdf5_file_write_attribute (this, data_name, data) |
| |
| subroutine | hdf5_file::hdf5_file_read_attribute (this, data_name, data, exist) |
| |
| subroutine | hdf5_file::hdf5_file_write_vector (this, vec) |
| |
| subroutine | hdf5_file::hdf5_file_write_matrix (this, mat) |
| |
| subroutine | hdf5_file::hdf5_file_write_field (this, fld) |
| |
| subroutine | hdf5_file::hdf5_file_read_vector (this, data_name, vec, strategy) |
| |
| subroutine | hdf5_file::hdf5_file_read_matrix (this, data_name, mat, strategy) |
| |
| subroutine | hdf5_file::hdf5_file_write_int_attribute (this, attr_name, attr) |
| |
| subroutine | hdf5_file::hdf5_file_write_rp_attribute (this, attr_name, attr) |
| |
| subroutine | hdf5_file::hdf5_file_read_int_attribute (this, attr_name, attr, attr_exists) |
| |
| subroutine | hdf5_file::hdf5_file_read_rp_attribute (this, attr_name, attr, attr_exists) |
| |