ASCOT5
|
Header file for hdf5_asigma.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_asigma_init_offload (hid_t f, asigma_offload_data *offload_data, real **offload_array, char *qid) |
Read atomic data from HDF5 file. | |
Header file for hdf5_asigma.c.
Definition in file hdf5_asigma.h.
int hdf5_asigma_init_offload | ( | hid_t | f, |
asigma_offload_data * | offload_data, | ||
real ** | offload_array, | ||
char * | qid ) |
Read atomic data from HDF5 file.
This function reads atomic cross-section (sigma) data with given qid while also initializing offload data and allocating and filling offload array. The file is opened and closed outside this function.
f | HDF5 file from which data is read |
offload_data | pointer to offload data |
offload_array | pointer to offload array |
qid | QID of the data |
Definition at line 36 of file hdf5_asigma.c.