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_offload_data* diag,
13 real* coefarr);
14
15#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
Header file for diag_transcoef.c.
int hdf5_transcoef_write(hid_t f, char *path, diag_transcoef_offload_data *diag, real *coefarr)
Write transport coefficients to a HDF5 file.
Transport coefficient diagnostics offload data struct.