PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
Loading...
Searching...
No Matches
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
subroutine reset_hdf5_item_arr (xdmf_items, ind_plot)
 array version

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 1793 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 1833 of file HDF5_ops.f90.

Here is the call graph for this function:

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