Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
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... | |
|
private |
Definition at line 532 of file hdf5_file.F90.
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.