|
H5Part
1.6.6
|
Functions/Subroutines | |
| integer *8 function | h5bl_3d_read_3dvector_field_i4 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_read_3dvector_field_i8 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_read_3dvector_field_r4 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_read_3dvector_field_r8 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_read_scalar_field_i4 (filehandle, name, data) |
| integer *8 function | h5bl_3d_read_scalar_field_i8 (filehandle, name, data) |
| integer *8 function | h5bl_3d_read_scalar_field_r4 (filehandle, name, data) |
| integer *8 function | h5bl_3d_read_scalar_field_r8 (filehandle, name, data) |
| integer *8 function | h5bl_3d_write_3dvector_field_i4 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_write_3dvector_field_i8 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_write_3dvector_field_r4 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_write_3dvector_field_r8 (filehandle, name, x, y, z) |
| integer *8 function | h5bl_3d_write_scalar_field_i4 (filehandle, name, data) |
| integer *8 function | h5bl_3d_write_scalar_field_i8 (filehandle, name, data) |
| integer *8 function | h5bl_3d_write_scalar_field_r4 (filehandle, name, data) |
| integer *8 function | h5bl_3d_write_scalar_field_r8 (filehandle, name, data) |
| integer*8 function h5bl_3d_read_3dvector_field_i4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*4, dimension(*), intent(out) | x, | ||
| integer*4, dimension(*), intent(out) | y, | ||
| integer*4, dimension(*), intent(out) | z | ||
| ) |
See H5Block3dRead3dVectorFieldInt32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | x | buffer to read the x data into |
| [out] | y | buffer to read the y data into |
| [out] | z | buffer to read the z data into |
| integer*8 function h5bl_3d_read_3dvector_field_i8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*8, dimension(*), intent(out) | x, | ||
| integer*8, dimension(*), intent(out) | y, | ||
| integer*8, dimension(*), intent(out) | z | ||
| ) |
See H5Block3dRead3dVectorFieldInt64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | x | buffer to read the x data into |
| [out] | y | buffer to read the y data into |
| [out] | z | buffer to read the z data into |
| integer*8 function h5bl_3d_read_3dvector_field_r4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*4, dimension(*), intent(out) | x, | ||
| real*4, dimension(*), intent(out) | y, | ||
| real*4, dimension(*), intent(out) | z | ||
| ) |
See H5Block3dRead3dVectorFieldFloat32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | x | buffer to read the x data into |
| [out] | y | buffer to read the y data into |
| [out] | z | buffer to read the z data into |
| integer*8 function h5bl_3d_read_3dvector_field_r8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*8, dimension(*), intent(out) | x, | ||
| real*8, dimension(*), intent(out) | y, | ||
| real*8, dimension(*), intent(out) | z | ||
| ) |
See H5Block3dRead3dVectorFieldFloat64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | x | buffer to read the x data into |
| [out] | y | buffer to read the y data into |
| [out] | z | buffer to read the z data into |
| integer*8 function h5bl_3d_read_scalar_field_i4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*4, dimension(*), intent(out) | data | ||
| ) |
See H5Block3dReadScalarFieldInt32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | data | buffer to read the data into |
| integer*8 function h5bl_3d_read_scalar_field_i8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*8, dimension(*), intent(out) | data | ||
| ) |
See H5Block3dReadScalarFieldInt64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | data | buffer to read the data into |
| integer*8 function h5bl_3d_read_scalar_field_r4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*4, dimension(*), intent(out) | data | ||
| ) |
See H5Block3dReadScalarFieldFloat32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | data | buffer to read the data into |
| integer*8 function h5bl_3d_read_scalar_field_r8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*8, dimension(*), intent(out) | data | ||
| ) |
See H5Block3dReadScalarFieldFloat64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [out] | data | buffer to read the data into |
| integer*8 function h5bl_3d_write_3dvector_field_i4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*4, dimension(*), intent(in) | x, | ||
| integer*4, dimension(*), intent(in) | y, | ||
| integer*4, dimension(*), intent(in) | z | ||
| ) |
See H5Block3dWrite3dVectorFieldInt32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | x | the array of x data to write |
| [in] | y | the array of y data to write |
| [in] | z | the array of z data to write |
| integer*8 function h5bl_3d_write_3dvector_field_i8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*8, dimension(*), intent(in) | x, | ||
| integer*8, dimension(*), intent(in) | y, | ||
| integer*8, dimension(*), intent(in) | z | ||
| ) |
See H5Block3dWrite3dVectorFieldInt64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | x | the array of x data to write |
| [in] | y | the array of y data to write |
| [in] | z | the array of z data to write |
| integer*8 function h5bl_3d_write_3dvector_field_r4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*4, dimension(*), intent(in) | x, | ||
| real*4, dimension(*), intent(in) | y, | ||
| real*4, dimension(*), intent(in) | z | ||
| ) |
See H5Block3dWrite3dVectorFieldFloat32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | x | the array of x data to write |
| [in] | y | the array of y data to write |
| [in] | z | the array of z data to write |
| integer*8 function h5bl_3d_write_3dvector_field_r8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*8, dimension(*), intent(in) | x, | ||
| real*8, dimension(*), intent(in) | y, | ||
| real*8, dimension(*), intent(in) | z | ||
| ) |
See H5Block3dWrite3dVectorFieldFloat64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | x | the array of x data to write |
| [in] | y | the array of y data to write |
| [in] | z | the array of z data to write |
| integer*8 function h5bl_3d_write_scalar_field_i4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*4, dimension(*), intent(in) | data | ||
| ) |
See H5Block3dWriteScalarFieldInt32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | data | the array of data |
| integer*8 function h5bl_3d_write_scalar_field_i8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| integer*8, dimension(*), intent(in) | data | ||
| ) |
See H5Block3dWriteScalarFieldInt64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | data | the array of data |
| integer*8 function h5bl_3d_write_scalar_field_r4 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*4, dimension(*), intent(in) | data | ||
| ) |
See H5Block3dWriteScalarFieldFloat32
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | data | the array of data |
| integer*8 function h5bl_3d_write_scalar_field_r8 | ( | integer*8, intent(in) | filehandle, |
| character(len=*), intent(in) | name, | ||
| real*8, dimension(*), intent(in) | data | ||
| ) |
See H5Block3dWriteScalarFieldFloat64
| [in] | filehandle | the handle returned at file open |
| [in] | name | the name of the dataset |
| [in] | data | the array of data |