ASCOT5
Loading...
Searching...
No Matches
hdf5_plasma.h
Go to the documentation of this file.
1
5#ifndef HDF5_PLASMA_H
6#define HDF5_PLASMA_H
7#include <hdf5.h>
8#include "../ascot5.h"
9#include "../plasma.h"
10
11int hdf5_plasma_init_offload(hid_t f, plasma_offload_data* offload_data,
12 real** offload_array, char* qid);
13#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
int hdf5_plasma_init_offload(hid_t f, plasma_offload_data *offload_data, real **offload_array, char *qid)
Read plasma data from HDF5 file.
Definition hdf5_plasma.c:44
Header file for plasma.c.
Plasma offload data.
Definition plasma.h:40