ASCOT5
|
Header file for hdf5_transcoef.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_transcoef_write (hid_t f, char *path, diag_transcoef_offload_data *diag, real *coefarr) |
Write transport coefficients to a HDF5 file. | |
Header file for hdf5_transcoef.c.
Definition in file hdf5_transcoef.h.
int hdf5_transcoef_write | ( | hid_t | f, |
char * | path, | ||
diag_transcoef_offload_data * | data, | ||
real * | coefarr ) |
Write transport coefficients to a HDF5 file.
f | hdf5 file |
path | path to group which is created here and where the data is stored |
data | transport coefficient diagnostics offload data |
coefarr | array storing the coefficient data [id, K, D] |
Definition at line 26 of file hdf5_transcoef.c.