ASCOT5
|
Module for reading atomic reaction cross-section data from HDF5 file. More...
#include <stdio.h>
#include <stdlib.h>
#include <hdf5.h>
#include <hdf5_hl.h>
#include "../ascot5.h"
#include "../asigma.h"
#include "../asigma/asigma_loc.h"
#include "hdf5_helpers.h"
#include "hdf5_asigma.h"
Go to the source code of this file.
Functions | |
int | hdf5_asigma_read_loc (hid_t f, asigma_loc_data *data, char *qid) |
Read atomic sigma data from HDF5 file. | |
int | hdf5_asigma_init (hid_t f, asigma_data *data, char *qid) |
Read atomic data from HDF5 file. | |
Module for reading atomic reaction cross-section data from HDF5 file.
Atomic data must be read by calling hdf5_asigma_init_offload() contained in this module. This module contains routines to read atomic reactions data from an ASCOT5 HDF5 file.
Definition in file hdf5_asigma.c.
int hdf5_asigma_read_loc | ( | hid_t | f, |
asigma_loc_data * | data, | ||
char * | qid ) |
Read atomic sigma data from HDF5 file.
f | HDF5 file from which data is read |
data | pointer to offload data |
offload_array | pointer to offload array |
qid | QID of the data |
Definition at line 55 of file hdf5_asigma.c.
int hdf5_asigma_init | ( | hid_t | f, |
asigma_data * | data, | ||
char * | qid ) |
Read atomic data from HDF5 file.
f | HDF5 file from which data is read |
data | pointer to the data |
qid | QID of the data |
Definition at line 30 of file hdf5_asigma.c.