ASCOT5
Loading...
Searching...
No Matches
hdf5_mhd.h
Go to the documentation of this file.
1
5#ifndef HDF5_MHD_H
6#define HDF5_MHD_H
7
8#include <hdf5.h>
9#include "../mhd.h"
10#include "../mhd/mhd_stat.h"
11#include "../mhd/mhd_nonstat.h"
12
13int hdf5_mhd_init_offload(hid_t f, mhd_offload_data* offload_data,
14 real** offload_array, char* qid);
15
16#endif
double real
Definition ascot5.h:85
int hdf5_mhd_init_offload(hid_t f, mhd_offload_data *offload_data, real **offload_array, char *qid)
Initialize MHD offload data from HDF5 file.
Definition hdf5_mhd.c:35
Header file for mhd.c.
Header file for mhd_nonstat.c.
Header file for mhd_stat.c.
MHD offload data.
Definition mhd.h:41