#include <hdf5.h>
Include dependency graph for H5Part.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | H5PartFile |
Defines | |
#define | H5PART_READ 0x01 |
#define | H5PART_WRITE 0x02 |
#define | H5PartOpenFileSerial(x, y) H5PartOpenFile(x,y) |
Functions | |
H5PartFile * | H5PartOpenFile (const char *filename, unsigned flags) |
int | H5PartFileIsValid (H5PartFile *f) |
void | H5PartCloseFile (H5PartFile *f) |
void | H5PartSetNumParticles (H5PartFile *f, long long nparticles) |
int | H5PartWriteDataFloat64 (H5PartFile *f, char *name, double *array) |
int | H5PartWriteDataInt64 (H5PartFile *f, char *name, long long *array) |
void | H5PartSetStep (H5PartFile *f, int step) |
int | H5PartGetNumSteps (H5PartFile *f) |
int | H5PartGetNumDatasets (H5PartFile *f) |
int | H5PartGetDatasetName (H5PartFile *f, int index, char *name, int maxlen) |
long long | H5PartGetNumParticles (H5PartFile *f) |
int | H5PartReadDataFloat64 (H5PartFile *f, char *name, double *array) |
int | H5PartReadDataInt64 (H5PartFile *f, char *name, long long *array) |
int | H5PartReadParticleStep (H5PartFile *f, int step, double *x, double *y, double *z, double *px, double *py, double *pz, long long *id) |
int | H5PartWriteStepAttrib (H5PartFile *f, char *name, hid_t type, void *attrib, int nelem) |
int | H5PartWriteFileAttrib (H5PartFile *f, char *name, hid_t type, void *attrib, int nelem) |
int | H5PartWriteAttrib (H5PartFile *f, char *name, hid_t type, void *attrib, int nelem) |
int | H5PartWriteFileAttribString (H5PartFile *f, char *name, char *attrib) |
int | H5PartWriteStepAttribString (H5PartFile *f, char *name, char *attrib) |
int | H5PartGetNumStepAttribs (H5PartFile *f) |
int | H5PartGetNumFileAttribs (H5PartFile *f) |
void | H5PartGetStepAttribInfo (H5PartFile *f, int idx, char *name, size_t maxnamelen, hid_t *type, int *nelem) |
void | H5PartGetFileAttribInfo (H5PartFile *f, int idx, char *name, size_t maxnamelen, hid_t *type, int *nelem) |
void | H5PartReadStepAttrib (H5PartFile *f, char *name, void *data) |
void | H5PartReadAttrib (H5PartFile *f, char *name, void *data) |
void | H5PartReadFileAttrib (H5PartFile *f, char *name, void *data) |
|
|
|
|
|
|
|
Definition at line 154 of file H5Part.c. References H5PartFile::access_prop, H5PartFile::create_prop, H5PartFile::diskshape, H5PartFile::file, H5PartFile::shape, H5PartFile::timegroup, and H5PartFile::xfer_prop. |
|
Definition at line 147 of file H5Part.c. References H5PartFile::file. |
|
Definition at line 661 of file H5Part.c. References H5IO_getname_t::count, H5PartFile::file, H5IOgetname(), H5IO_getname_t::index, H5IO_getname_t::name, and H5PartFile::timestep. Here is the call graph for this function: ![]() |
|
Definition at line 444 of file H5Part.c. References H5PartFile::file, and H5PartNormType(). Here is the call graph for this function: ![]() |
|
Definition at line 647 of file H5Part.c. References H5PartFile::file, H5PartDScounter(), and H5PartFile::timestep. Here is the call graph for this function: ![]() |
|
Definition at line 397 of file H5Part.c. References H5PartFile::file. |
|
Definition at line 750 of file H5Part.c. References H5PartFile::file, H5PartGetDiskShape(), H5PartGetFirstDS(), H5PartHasView, H5PartSetStep(), H5PartFile::timegroup, and H5PartFile::timestep. Here is the call graph for this function: ![]() |
|
Definition at line 394 of file H5Part.c. References H5PartFile::timegroup. |
|
Definition at line 636 of file H5Part.c. References H5PartFile::file, and H5PartIOcounter(). Here is the call graph for this function: ![]() |
|
Definition at line 425 of file H5Part.c. References H5PartNormType(), and H5PartFile::timegroup. Here is the call graph for this function: ![]() |
|
|
Definition at line 488 of file H5Part.c. References H5PartReadStepAttrib(), and H5ReadStepAttrib(). Here is the call graph for this function: ![]() |
|
Definition at line 966 of file H5Part.c. References H5PartGetDiskShape(), H5PartGetMemShape(), H5PartSetStep(), H5PartFile::timegroup, and H5PartFile::timestep. Here is the call graph for this function: ![]() |
|
Definition at line 986 of file H5Part.c. References H5PartGetDiskShape(), H5PartGetMemShape(), H5PartSetStep(), H5PartFile::timegroup, and H5PartFile::timestep. Here is the call graph for this function: ![]() |
|
Definition at line 496 of file H5Part.c. References H5PartFile::file, and H5PartNormType(). Here is the call graph for this function: ![]() |
|
Definition at line 1015 of file H5Part.c. References H5PartReadDataFloat64(), H5PartReadDataInt64(), and H5PartSetStep(). Here is the call graph for this function: ![]() |
|
Definition at line 464 of file H5Part.c. References H5PartNormType(), and H5PartFile::timegroup. Here is the call graph for this function: ![]() |
|
Definition at line 183 of file H5Part.c. References H5PartFile::diskshape, dmax, H5PartSetStep(), H5PartFile::memshape, H5PartFile::myproc, H5PartFile::nparticles, r, H5PartFile::shape, and H5PartFile::timegroup. Here is the call graph for this function: ![]() |
|
Definition at line 530 of file H5Part.c. References H5PartFile::file, H5PART_READ, H5PartFile::mode, H5PartFile::myproc, H5PartFile::timegroup, and H5PartFile::timestep. |
|
Definition at line 343 of file H5Part.c. References H5PART_READ, H5PartWriteStepAttrib(), and H5PartFile::mode. Here is the call graph for this function: ![]() |
|
Definition at line 263 of file H5Part.c. References H5PartFile::diskshape, H5PART_READ, H5PartFile::memshape, H5PartFile::mode, r, H5PartFile::shape, H5PartFile::timegroup, and H5PartFile::timestep. |
|
Definition at line 281 of file H5Part.c. References H5PartFile::diskshape, H5PART_READ, H5PartFile::memshape, H5PartFile::mode, r, H5PartFile::shape, H5PartFile::timegroup, and H5PartFile::timestep. |
|
Definition at line 353 of file H5Part.c. References H5PartFile::file, H5PART_READ, H5PartFile::mode, r, and H5PartFile::timestep. |
|
Definition at line 305 of file H5Part.c. References H5PART_READ, H5PartWriteFileAttrib(), and H5PartFile::mode. Here is the call graph for this function: ![]() |
|
Definition at line 321 of file H5Part.c. References H5PART_READ, H5PartFile::mode, r, and H5PartFile::timegroup. |
|
Definition at line 313 of file H5Part.c. References H5PART_READ, H5PartWriteStepAttrib(), and H5PartFile::mode. Here is the call graph for this function: ![]() |