ASCOT5
|
Module for writing transcport coefficients to a HDF5 file. More...
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <hdf5.h>
#include <hdf5_hl.h>
#include "hdf5_helpers.h"
#include "../ascot5.h"
#include "../diag/diag_transcoef.h"
#include "hdf5_transcoef.h"
Go to the source code of this file.
Functions | |
int | hdf5_transcoef_write (hid_t f, char *path, diag_transcoef_offload_data *data, real *coefarr) |
Write transport coefficients to a HDF5 file. | |
Module for writing transcport coefficients to a HDF5 file.
Definition in file hdf5_transcoef.c.
int hdf5_transcoef_write | ( | hid_t | f, |
char * | path, | ||
diag_transcoef_offload_data * | data, | ||
real * | coefarr ) |
Write transport coefficients to a HDF5 file.
f | hdf5 file |
path | path to group which is created here and where the data is stored |
data | transport coefficient diagnostics offload data |
coefarr | array storing the coefficient data [id, K, D] |
Definition at line 26 of file hdf5_transcoef.c.