PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Deallocates 1D variable. More...
Public Member Functions | |
subroutine | dealloc_var_1d_ind (var_1D) |
individual version More... | |
subroutine | dealloc_var_1d_arr (var_1D) |
array version More... | |
subroutine | dealloc_var_1d_arr_2 (var_1D) |
rank 2 array version More... | |
Deallocates 1D variable.
Definition at line 68 of file HDF5_vars.f90.
subroutine hdf5_vars::dealloc_var_1d::dealloc_var_1d_arr | ( | type(var_1d_type), dimension(:), intent(inout), allocatable | var_1D | ) |
array version
[in,out] | var_1d | array of 1D variables to be deallocated |
Definition at line 154 of file HDF5_vars.f90.
subroutine hdf5_vars::dealloc_var_1d::dealloc_var_1d_arr_2 | ( | type(var_1d_type), dimension(:,:), intent(inout), allocatable | var_1D | ) |
rank 2 array version
[in,out] | var_1d | array of 1D variables to be deallocated |
Definition at line 136 of file HDF5_vars.f90.
subroutine hdf5_vars::dealloc_var_1d::dealloc_var_1d_ind | ( | type(var_1d_type), intent(out) | var_1D | ) |
individual version
[out] | var_1d | 1D variable to be deallocated |
Definition at line 170 of file HDF5_vars.f90.