Neko  0.8.99
A portable framework for high-order spectral element flow simulations
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. More...
 
subroutine hdf5_file_read (this, data)
 Read data in HDF5 format. More...
 

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 532 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 524 of file hdf5_file.F90.