ASCOT5
Loading...
Searching...
No Matches
hdf5_boozer.h
Go to the documentation of this file.
1
5#ifndef HDF5_BOOZER_H
6#define HDF5_BOOZER_H
7
8#include <hdf5.h>
9#include "../ascot5.h"
10#include "../boozer.h"
11
12int hdf5_boozer_init(hid_t f, boozer_data* data, char* qid);
13
14#endif
Main header file for ASCOT5.
Header file for boozer.c.
int hdf5_boozer_init(hid_t f, boozer_data *data, char *qid)
Initialize Boozer data from HDF5 file.
Definition hdf5_boozer.c:26
Data for mapping between the cylindrical and Boozer coordinates.
Definition boozer.h:16