ASCOT5
Loading...
Searching...
No Matches
hdf5_options.h
Go to the documentation of this file.
1
5#ifndef HDF5_OPTIONS_H5
6#define HDF5_OPTIONS_H5
7
8#include "../simulate.h"
9#include <hdf5.h>
10
11int hdf5_options_read(hid_t f, sim_offload_data* sim, char* qid);
12
13#define TOROIDAL_ANGLE_FILLER_VALUE 361
14#define POLOIDAL_ANGLE_FILLER_VALUE 361
15#define RADIAL_FILLER_VALUE 1000
17#endif
int hdf5_options_read(hid_t f, sim_offload_data *sim, char *qid)
Read options and diagnostics settings from HDF5 file.
Header file for simulate.c.
Simulation offload struct.
Definition simulate.h:55