h5hut_Read1D Subroutine

private subroutine h5hut_Read1D(this, name, array, offset)

Read Lagrangian/1D data fom a hdf5 file with h5hut If no offset is provided, use default h5hut file view. Otherwise, set file view manually.

Type Bound

h5hut_obj

Arguments

Type IntentOptional Attributes Name
class(h5hut_obj), intent(inout) :: this

A H5hut object

character(len=*), intent(in) :: name

Variable name

class(*), intent(out) :: array(:)

1-D data array

integer, intent(in), optional :: offset

Calls

proc~~h5hut_read1d~~CallsGraph proc~h5hut_read1d h5hut_obj%h5hut_Read1D h5pt_readdata_i4 h5pt_readdata_i4 proc~h5hut_read1d->h5pt_readdata_i4 h5pt_readdata_i8 h5pt_readdata_i8 proc~h5hut_read1d->h5pt_readdata_i8 h5pt_readdata_r4 h5pt_readdata_r4 proc~h5hut_read1d->h5pt_readdata_r4 h5pt_readdata_r8 h5pt_readdata_r8 proc~h5hut_read1d->h5pt_readdata_r8 h5pt_setnpoints h5pt_setnpoints proc~h5hut_read1d->h5pt_setnpoints h5pt_setview h5pt_setview proc~h5hut_read1d->h5pt_setview