Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_xdmf_open Interface Reference

Create a new xmdf file to plot parallel array using hdf5 serial library. More...

Private Member Functions

subroutine sll_s_xdmf_open_serial_blocks (prefix, x1, x2, xmf, error)
 Open a XDMF format file for a 2d plot. More...
 

Detailed Description

Create a new xmdf file to plot parallel array using hdf5 serial library.

Definition at line 66 of file sll_m_xdmf_serial_blocks.F90.

Member Function/Subroutine Documentation

◆ sll_s_xdmf_open_serial_blocks()

subroutine sll_s_xdmf_open_serial_blocks ( character(len=*), intent(in)  prefix,
real(kind=f64), dimension(:, :), intent(in)  x1,
real(kind=f64), dimension(:, :), intent(in)  x2,
integer(kind=i32), intent(out)  xmf,
integer(kind=i32)  error 
)
private

Open a XDMF format file for a 2d plot.

Parameters
[in]prefixxmf file name
[in]x1x1 coordinates
[in]x2x2 coordinates
[out]xmfunit file number
errorerror code

Definition at line 83 of file sll_m_xdmf_serial_blocks.F90.

Here is the call graph for this function:
    Report Typos and Errors