|
ASCOT5
|
Distribution HDF5 IO. More...
#include <stdlib.h>#include <hdf5.h>#include "../ascot5.h"#include "../diag/dist_5D.h"#include "../diag/dist_6D.h"#include "../diag/dist_rho5D.h"#include "../diag/dist_rho6D.h"#include "../diag/dist_com.h"#include "../math.h"#include "../consts.h"#include "hdf5_histogram.h"#include "hdf5_helpers.h"#include "hdf5_dist.h"Go to the source code of this file.
Functions | |
| int | hdf5_dist_write_5D (hid_t f, char *path, dist_5D_data *dist) |
| Write 5D distribution to an existing result group. | |
| int | hdf5_dist_write_6D (hid_t f, char *path, dist_6D_data *dist) |
| Write 6D distribution to an existing result group. | |
| int | hdf5_dist_write_rho5D (hid_t f, char *path, dist_rho5D_data *dist) |
| Write rho 5D distribution to an existing result group. | |
| int | hdf5_dist_write_rho6D (hid_t f, char *path, dist_rho6D_data *dist) |
| Write rho 6D distribution to an existing result group. | |
| int | hdf5_dist_write_COM (hid_t f, char *path, dist_COM_data *dist) |
| Write constants-of-motion distribution to an existing result group. | |
Distribution HDF5 IO.
Definition in file hdf5_dist.c.
| int hdf5_dist_write_5D | ( | hid_t | f, |
| char * | path, | ||
| dist_5D_data * | dist ) |
Write 5D distribution to an existing result group.
| f | HDF5 file id |
| path | path to group which is created here and where the data is stored |
| dist | pointer to distribution data struct |
Definition at line 26 of file hdf5_dist.c.
| int hdf5_dist_write_6D | ( | hid_t | f, |
| char * | path, | ||
| dist_6D_data * | dist ) |
Write 6D distribution to an existing result group.
| f | HDF5 file id |
| path | path to group which is created here and where the data is stored |
| dist | pointer to distribution data struct |
| hist | pointer to distribution data |
Definition at line 80 of file hdf5_dist.c.
| int hdf5_dist_write_rho5D | ( | hid_t | f, |
| char * | path, | ||
| dist_rho5D_data * | dist ) |
Write rho 5D distribution to an existing result group.
| f | HDF5 file id |
| path | path to group which is created here and where the data is stored |
| dist | pointer to distribution data struct |
Definition at line 137 of file hdf5_dist.c.
| int hdf5_dist_write_rho6D | ( | hid_t | f, |
| char * | path, | ||
| dist_rho6D_data * | dist ) |
Write rho 6D distribution to an existing result group.
| f | HDF5 file id |
| path | path to group which is created here and where the data is stored |
| dist | pointer to distribution data struct |
Definition at line 191 of file hdf5_dist.c.
| int hdf5_dist_write_COM | ( | hid_t | f, |
| char * | path, | ||
| dist_COM_data * | dist ) |
Write constants-of-motion distribution to an existing result group.
| f | HDF5 file id |
| path | path to group which is created here and where the data is stored |
| dist | pointer to distribution data struct |
Definition at line 248 of file hdf5_dist.c.