PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Member Functions | List of all members
hdf5_vars::dealloc_var_1d Interface Reference

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

Detailed Description

Deallocates 1D variable.

Definition at line 68 of file HDF5_vars.f90.

Member Function/Subroutine Documentation

◆ dealloc_var_1d_arr()

subroutine hdf5_vars::dealloc_var_1d::dealloc_var_1d_arr ( type(var_1d_type), dimension(:), intent(inout), allocatable  var_1D)

array version

Parameters
[in,out]var_1darray of 1D variables to be deallocated

Definition at line 154 of file HDF5_vars.f90.

◆ dealloc_var_1d_arr_2()

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

Parameters
[in,out]var_1darray of 1D variables to be deallocated

Definition at line 136 of file HDF5_vars.f90.

◆ dealloc_var_1d_ind()

subroutine hdf5_vars::dealloc_var_1d::dealloc_var_1d_ind ( type(var_1d_type), intent(out)  var_1D)

individual version

Parameters
[out]var_1d1D variable to be deallocated

Definition at line 170 of file HDF5_vars.f90.


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