|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
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 | |
Resets an HDF5 XDMF item.
Definition at line 57 of file HDF5_ops.f90.
| 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
| [in,out] | xdmf_items | XDMF items to reset |
| [in] | ind_plot | whether individual plot |
Definition at line 1793 of file HDF5_ops.f90.
| 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
| [in,out] | xdmf_item | XDMF item to reset |
| [in] | ind_plot | whether individual plot |
Definition at line 1833 of file HDF5_ops.f90.