ASCOT5
Loading...
Searching...
No Matches
hdf5_nbi.h
Go to the documentation of this file.
1
5#ifndef HDF5_NBI_H
6#define HDF5_NBI_H
7
8#include <hdf5.h>
9#include "../ascot5.h"
10#include "../nbi.h"
11
12int hdf5_nbi_init_offload(hid_t f, nbi_offload_data* offload_data,
13 real** offload_array, char* qid);
14
15#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
int hdf5_nbi_init_offload(hid_t f, nbi_offload_data *offload_data, real **offload_array, char *qid)
Initialize NBI offload data from HDF5 file.
Definition hdf5_nbi.c:27
Header file for nbi.c.
NBI parameters consisting of a bundle of injectors.
Definition nbi.h:40