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

Resets an HDF5 XDMF item. More...

Public Member Functions

subroutine reset_hdf5_item_ind (XDMF_item, ind_plot)
 individual version More...
 
subroutine reset_hdf5_item_arr (XDMF_items, ind_plot)
 array version More...
 

Detailed Description

Resets an HDF5 XDMF item.

Note
individual version cannot make use of array version because then the deallocation does not work properly.

Definition at line 57 of file HDF5_ops.f90.

Member Function/Subroutine Documentation

◆ reset_hdf5_item_arr()

subroutine hdf5_ops::reset_hdf5_item::reset_hdf5_item_arr ( type(xml_str_type), dimension(:), intent(inout)  XDMF_items,
logical, intent(in), optional  ind_plot 
)

array version

Parameters
[in,out]xdmf_itemsXDMF items to reset
[in]ind_plotwhether individual plot

Definition at line 1794 of file HDF5_ops.f90.

+ Here is the call graph for this function:

◆ reset_hdf5_item_ind()

subroutine hdf5_ops::reset_hdf5_item::reset_hdf5_item_ind ( type(xml_str_type), intent(inout)  XDMF_item,
logical, intent(in), optional  ind_plot 
)

individual version

Parameters
[in,out]xdmf_itemXDMF item to reset
[in]ind_plotwhether individual plot

Definition at line 1834 of file HDF5_ops.f90.

+ Here is the call graph for this function:

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