| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | name |
name that will appear in HDF5 file |
||
| real(kind=dp), | public, | allocatable | :: | node_x(:) |
spacial axes (scale) of 1d element |
||
| real(kind=dp), | public, | pointer | :: | data(:,:) |
data to write into hdf5 data table |
type hdf_desc_t character(:), allocatable :: name !! name that will appear in HDF5 file real(dp), allocatable :: node_x(:) !! spacial axes (scale) of 1d element real(dp), pointer :: data(:,:) !! data to write into hdf5 data table end type hdf_desc_t