ASCOT5
Loading...
Searching...
No Matches
hdf5_orbit.h
Go to the documentation of this file.
1
5#ifndef HDF5_ORBIT_H
6#define HDF5_ORBIT_H
7
8#include <hdf5.h>
9#include "../ascot5.h"
10#include "../diag/diag_orb.h"
11
12int hdf5_orbit_write(hid_t f, char* path, diag_orb_offload_data* diag,
13 real* orbits);
14
15#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
Header file for diag_orb.c.
int hdf5_orbit_write(hid_t f, char *path, diag_orb_offload_data *diag, real *orbits)
Write orbit diagnostics data to a HDF5 file.
Definition hdf5_orbit.c:34
Orbit diagnostics offload data struct.
Definition diag_orb.h:35