Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
hdf5_file.F90 File Reference

Go to the source code of this file.

Data Types

type  hdf5_file::hdf5_file_t
 Interface for HDF5 files. More...
 

Modules

module  hdf5_file
 HDF5 file format.
 

Functions/Subroutines

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)