Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
hdf5_file Module Reference

HDF5 file format.

Data Types

type  hdf5_file_t
 Interface for HDF5 files. More...
 

Functions/Subroutines

subroutine hdf5_file_write (this, data, t)
 Write data in HDF5 format.
 
subroutine hdf5_file_read (this, data)
 Read data in HDF5 format.
 
subroutine hdf5_file_set_overwrite (this, overwrite)
 Set the overwrite flag for HDF5 files.
 

Function/Subroutine Documentation

◆ hdf5_file_read()

subroutine hdf5_file::hdf5_file_read ( class(hdf5_file_t this,
class(*), intent(inout), target  data 
)
private

Definition at line 589 of file hdf5_file.F90.

◆ hdf5_file_set_overwrite()

subroutine hdf5_file::hdf5_file_set_overwrite ( class(hdf5_file_t), intent(inout this,
logical, intent(in overwrite 
)
private

Definition at line 596 of file hdf5_file.F90.

◆ hdf5_file_write()

subroutine hdf5_file::hdf5_file_write ( class(hdf5_file_t), intent(inout this,
class(*), intent(in), target  data,
real(kind=rp), intent(in), optional  t 
)

Definition at line 581 of file hdf5_file.F90.