PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Attributes | List of all members
hdf5_vars::var_1d_type Type Reference

1D equivalent of multidimensional variables, used for internal HDF5 storage. More...

Public Attributes

real(dp), dimension(:), allocatable p
 1D equivalent of data of variable More...
 
integer, dimension(:), allocatable tot_i_min
 total min.of indices of variable More...
 
integer, dimension(:), allocatable tot_i_max
 total max.of indices of variable More...
 
integer, dimension(:), allocatable loc_i_min
 group min.of indices of variable More...
 
integer, dimension(:), allocatable loc_i_max
 group max.of indices of variable More...
 
character(len=max_str_ln) var_name
 name of variable More...
 

Detailed Description

1D equivalent of multidimensional variables, used for internal HDF5 storage.

Definition at line 48 of file HDF5_vars.f90.

Member Data Documentation

◆ loc_i_max

integer, dimension(:), allocatable hdf5_vars::var_1d_type::loc_i_max

group max.of indices of variable

Definition at line 53 of file HDF5_vars.f90.

◆ loc_i_min

integer, dimension(:), allocatable hdf5_vars::var_1d_type::loc_i_min

group min.of indices of variable

Definition at line 52 of file HDF5_vars.f90.

◆ p

real(dp), dimension(:), allocatable hdf5_vars::var_1d_type::p

1D equivalent of data of variable

Definition at line 49 of file HDF5_vars.f90.

◆ tot_i_max

integer, dimension(:), allocatable hdf5_vars::var_1d_type::tot_i_max

total max.of indices of variable

Definition at line 51 of file HDF5_vars.f90.

◆ tot_i_min

integer, dimension(:), allocatable hdf5_vars::var_1d_type::tot_i_min

total min.of indices of variable

Definition at line 50 of file HDF5_vars.f90.

◆ var_name

character(len=max_str_ln) hdf5_vars::var_1d_type::var_name

name of variable

Definition at line 54 of file HDF5_vars.f90.


The documentation for this type was generated from the following file: