ASCOT5
|
Header file for hdf5_marker.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_marker_read (hid_t f, int *n, input_particle **p, char *qid) |
Read marker input. | |
int | hdf5_marker_write_particle (hid_t f, int n, input_particle *p, char *qid) |
Write particle input. | |
Header file for hdf5_marker.c.
Definition in file hdf5_marker.h.
int hdf5_marker_read | ( | hid_t | f, |
int * | n, | ||
input_particle ** | p, | ||
char * | qid ) |
Read marker input.
Reads all marker types and places them on input_particle array.
f | HDF5 file containing marker input |
n | pointer where the number of markers that was read will be stored |
p | pointer to array where markers are stored |
qid | QID of the marker data |
Definition at line 41 of file hdf5_marker.c.
int hdf5_marker_write_particle | ( | hid_t | f, |
int | n, | ||
input_particle * | p, | ||
char * | qid ) |
Write particle input.
Write particles in the input_particle array to hdf5 file.
f | HDF5 file to be written |
n | number of markers to be stored |
p | pointer to array where markers are stored |
qid | QID for the marker data |
Definition at line 359 of file hdf5_marker.c.