ASCOT5
Loading...
Searching...
No Matches
hdf5_transcoef.h
Go to the documentation of this file.
1
5#ifndef HDF5_TRANSCOEF_H
6#define HDF5_TRANSCOEF_H
7
8#include <hdf5.h>
9#include "../ascot5.h"
11
12int hdf5_transcoef_write(hid_t f, char* path, diag_transcoef_data* diag);
13
14#endif
Main header file for ASCOT5.
Header file for diag_transcoef.c.
int hdf5_transcoef_write(hid_t f, char *path, diag_transcoef_data *diag)
Write transport coefficients to a HDF5 file.
Transport coefficient diagnostics offload data struct.