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_write_array Interface Reference

Write and array in an xmf file. More...

Private Member Functions

subroutine sll_s_xdmf_array_2d_serial_blocks (xmf, prefix, array, array_name, error, center)
 Write 2d array in parallel hdf5 file and the matching line in XDMF file. More...
 

Detailed Description

Write and array in an xmf file.

Definition at line 71 of file sll_m_xdmf_serial_blocks.F90.

Member Function/Subroutine Documentation

◆ sll_s_xdmf_array_2d_serial_blocks()

subroutine sll_s_xdmf_array_2d_serial_blocks ( integer(kind=i32), intent(in)  xmf,
character(len=*), intent(in)  prefix,
real(kind=f64), dimension(:, :), intent(in)  array,
character(len=*), intent(in)  array_name,
integer(kind=i32), intent(out)  error,
character(len=4), optional  center 
)
private

Write 2d array in parallel hdf5 file and the matching line in XDMF file.

Parameters
[in]xmfunit file number
[in]prefixfile with mesh coordinates
[in]arraydata array
[in]array_namename of the field
[out]errorerror code
center"Node" or "Cell"

Definition at line 115 of file sll_m_xdmf_serial_blocks.F90.

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