|
| character(len=6), public | hdf5_vars::xmf_fmt = '(999A)' |
| | format to write the xmf file More...
|
| |
| integer, parameter, public | hdf5_vars::max_dim_var_1d = 100000 |
| | maximum dimension of var_1D More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_num_types |
| | possible XDMF number types More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_format_types |
| | possible XDMF format types More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_geom_types |
| | possible XDMF geometry types More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_top_types |
| | possible XDMF topology types More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_att_types |
| | possible XDMF attribute types More...
|
| |
| character(len=max_str_ln), dimension(2), public | hdf5_vars::xdmf_center_types |
| | possible XDMF attribute center types More...
|
| |
| character(len=max_str_ln), dimension(3), public | hdf5_vars::xdmf_grid_types |
| | possible XDMF grid types More...
|
| |