H5Part
1.6.6
|
Functions | |
INTEGER *8 function | h5pt_getdatasetname (filehandle, index, name) |
See H5PartGetDatasetName. | |
INTEGER *8 function | h5pt_getndatasets (filehandle) |
See H5PartGetNumDatasets. | |
INTEGER *8 function | h5pt_getnpoints (filehandle) |
See H5PartGetNumParticles. | |
INTEGER *8 function | h5pt_getnsteps (filehandle) |
See H5PartGetNumSteps. | |
INTEGER *8 function | h5pt_getview (filehandle, start, end) |
See H5PartGetView. | |
INTEGER *8 function | h5pt_hasview (filehandle) |
See H5PartResetView. | |
INTEGER *8 function | h5pt_resetview (filehandle) |
See H5PartResetView. | |
INTEGER *8 function | h5pt_setnpoints (filehandle, npoints) |
See H5PartSetNumParticles. | |
INTEGER *8 function | h5pt_setnpoints_strided (filehandle, npoints, stride) |
See H5PartSetNumParticlesStrided. | |
INTEGER *8 function | h5pt_setstep (filehandle, step) |
See H5PartSetStep. | |
INTEGER *8 function | h5pt_setview (filehandle, start, end) |
See H5PartSetView. | |
INTEGER *8 function | h5pt_setview_indices (filehandle, indices, nelem) |
See H5PartSetViewIndices. |
INTEGER*8 function h5pt_getdatasetname | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(in) | index, | ||
CHARACTER(LEN=*), intent(out) | name | ||
) |
See H5PartGetDatasetName.
[in] | filehandle | the handle returned during file open |
[in] | index | index of dataset to query (starting from 0) |
[out] | name | buffer to read the dataset name into |
INTEGER*8 function h5pt_getndatasets | ( | INTEGER*8, intent(in) | filehandle | ) |
See H5PartGetNumDatasets.
[in] | filehandle | the handle returned during file open |
INTEGER*8 function h5pt_getnpoints | ( | INTEGER*8, intent(in) | filehandle | ) |
[in] | filehandle | the handle returned during file open |
INTEGER*8 function h5pt_getnsteps | ( | INTEGER*8, intent(in) | filehandle | ) |
See H5PartGetNumSteps.
[in] | filehandle | the handle returned during file open |
INTEGER*8 function h5pt_getview | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(out) | start, | ||
INTEGER*8, intent(out) | end | ||
) |
See H5PartGetView.
[in] | filehandle | the handle returned during file open |
[out] | start | buffer to store the offset of the first particle in the view |
[out] | end | buffer to store the offset of the last particle in the view (inclusive) |
INTEGER*8 function h5pt_hasview | ( | INTEGER*8, intent(in) | filehandle | ) |
See H5PartResetView.
[in] | filehandle | the handle returned during file open |
INTEGER*8 function h5pt_resetview | ( | INTEGER*8, intent(in) | filehandle | ) |
See H5PartResetView.
[in] | filehandle | the handle returned during file open |
INTEGER*8 function h5pt_setnpoints | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(in) | npoints | ||
) |
[in] | filehandle | the handle returned during file open |
[in] | npoints | the number of particles on *this* processor |
INTEGER*8 function h5pt_setnpoints_strided | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(in) | npoints, | ||
INTEGER*8, intent(in) | stride | ||
) |
See H5PartSetNumParticlesStrided.
[in] | filehandle | the handle returned during file open |
[in] | npoints | the number of particles on *this* processor |
[in] | stride | the stride value (e.g. the number of fields in the particle data array) |
INTEGER*8 function h5pt_setstep | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(in) | step | ||
) |
See H5PartSetStep.
[in] | filehandle | the handle returned during file open |
[in] | step | a timestep value >= 1 |
INTEGER*8 function h5pt_setview | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, intent(in) | start, | ||
INTEGER*8, intent(in) | end | ||
) |
See H5PartSetView.
[in] | filehandle | the handle returned during file open |
[in] | start | offset of the first particle in the view |
[in] | end | offset of the last particle in the view (inclusive) |
INTEGER*8 function h5pt_setview_indices | ( | INTEGER*8, intent(in) | filehandle, |
INTEGER*8, dimension(*), intent(in) | indices, | ||
INTEGER*8, intent(in) | nelem | ||
) |
See H5PartSetViewIndices.
[in] | filehandle | the handle returned during file open |
[in] | indices | list of indicies to select in this view |
[in] | nelem | number of particles in the list |