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(hid_t f, mhd_data* data, char* qid);
14
15#endif
int hdf5_mhd_init(hid_t f, mhd_data *data, char *qid)
Initialize MHD data from HDF5 file.
Definition hdf5_mhd.c:31
Header file for mhd.c.
Header file for mhd_nonstat.c.
Header file for mhd_stat.c.
MHD simulation data.
Definition mhd.h:35