ASCOT5
|
Header file for hdf5_boozer.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_boozer_init_offload (hid_t f, boozer_offload_data *offload_data, real **offload_array, char *qid) |
Initialize Boozer offload data from HDF5 file. | |
Header file for hdf5_boozer.c.
Definition in file hdf5_boozer.h.
int hdf5_boozer_init_offload | ( | hid_t | f, |
boozer_offload_data * | offload_data, | ||
real ** | offload_array, | ||
char * | qid ) |
Initialize Boozer offload data from HDF5 file.
f | HDF5 file identifier for a file which is opened and closed outside of this function |
offload_data | pointer to offload data struct which is initialized here |
offload_array | pointer to offload array which is allocated and initialized here |
qid | QID of the data that is to be read |
Definition at line 28 of file hdf5_boozer.c.