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_data* diag);
13
14#endif
Main header file for ASCOT5.
Header file for diag_orb.c.
int hdf5_orbit_write(hid_t f, char *path, diag_orb_data *diag)
Write orbit diagnostics data to a HDF5 file.
Definition hdf5_orbit.c:32
Orbit diagnostics data struct.
Definition diag_orb.h:42