INTEGER*8 h5bl_3d_write_scalar_field_r8 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
REAL*8,dimension(*),intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldFloat64.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | the array of data |
INTEGER*8 h5bl_3d_read_scalar_field_r8 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
REAL*8,dimension(*),intent(out) | data | ||
) |
See H5Block3dReadScalarFieldFloat64.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | buffer to read the data into |
INTEGER*8 h5bl_3d_write_vector3d_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 H5Block3dWriteVector3dFieldFloat64.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | the array of x data to write |
y | the array of y data to write |
z | the array of z data to write |
INTEGER*8 h5bl_3d_read_vector3d_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 H5Block3dReadVector3dFieldFloat64.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | buffer to read the x data into |
y | buffer to read the y data into |
z | buffer to read the z data into |
INTEGER*8 h5bl_3d_write_scalar_field_r4 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
REAL*4,dimension(*),intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldFloat32.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | the array of data |
INTEGER*8 h5bl_3d_read_scalar_field_r4 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
REAL*4,dimension(*),intent(out) | data | ||
) |
See H5Block3dReadScalarFieldFloat32.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | buffer to read the data into |
INTEGER*8 h5bl_3d_write_vector3d_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 H5Block3dWriteVector3dFieldFloat32.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | the array of x data to write |
y | the array of y data to write |
z | the array of z data to write |
INTEGER*8 h5bl_3d_read_vector3d_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 H5Block3dReadVector3dFieldFloat32.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | buffer to read the x data into |
y | buffer to read the y data into |
z | buffer to read the z data into |
INTEGER*8 h5bl_3d_write_scalar_field_i8 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
INTEGER*8,dimension(*),intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldInt64.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | the array of data |
INTEGER*8 h5bl_3d_read_scalar_field_i8 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
INTEGER*8,dimension(*),intent(out) | data | ||
) |
See H5Block3dReadScalarFieldInt64.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | buffer to read the data into |
INTEGER*8 h5bl_3d_write_vector3d_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 H5Block3dWriteVector3dFieldInt64.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | the array of x data to write |
y | the array of y data to write |
z | the array of z data to write |
INTEGER*8 h5bl_3d_read_vector3d_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 H5Block3dReadVector3dFieldInt64.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | buffer to read the x data into |
y | buffer to read the y data into |
z | buffer to read the z data into |
INTEGER*8 h5bl_3d_write_scalar_field_i4 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
INTEGER*4,dimension(*),intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldInt32.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | the array of data |
INTEGER*8 h5bl_3d_read_scalar_field_i4 | ( | INTEGER*8,intent(in) | filehandle, |
CHARACTER(LEN=*),intent(in) | name, | ||
INTEGER*4,dimension(*),intent(out) | data | ||
) |
See H5Block3dReadScalarFieldInt32.
filehandle | the handle returned at file open |
name | the name of the dataset |
data | buffer to read the data into |
INTEGER*8 h5bl_3d_write_vector3d_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 H5Block3dWriteVector3dFieldInt32.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | the array of x data to write |
y | the array of y data to write |
z | the array of z data to write |
INTEGER*8 h5bl_3d_read_vector3d_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 H5Block3dReadVector3dFieldInt32.
filehandle | the handle returned at file open |
name | the name of the dataset |
x | buffer to read the x data into |
y | buffer to read the y data into |
z | buffer to read the z data into |