PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Interfaces and Types | Modules | Functions/Subroutines | Variables
HDF5_vars.f90 File Reference

Go to the source code of this file.

Interfaces and Types

type  hdf5_vars::xml_str_type
 XML strings used in XDMF. More...
 
type  hdf5_vars::hdf5_file_type
 HDF5 data type, containing the information about HDF5 files. More...
 
type  hdf5_vars::var_1d_type
 1D equivalent of multidimensional variables, used for internal HDF5 storage. More...
 
interface  hdf5_vars::dealloc_xml_str
 Deallocates XML_str_type. More...
 
interface  hdf5_vars::dealloc_var_1d
 Deallocates 1D variable. More...
 

Modules

module  hdf5_vars
 Variables pertaining to HDF5 and XDMF.
 

Functions/Subroutines

subroutine, public hdf5_vars::init_hdf5
 Initializes the HDF5 types. More...
 

Variables

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...