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

write a data item in the xml file More...

Private Member Functions

subroutine sll_xml_dataitem_1d (file_id, filename, nnodes_x1, filetype)
 Write the description of a scalar field on a 1D mesh. More...
 
subroutine sll_xml_dataitem_2d (file_id, filename, nnodes_x1, nnodes_x2, filetype)
 Write the description of a scalar field on a 3D mesh. Write the description of a scalar field on a 2D mesh. More...
 
subroutine sll_xml_dataitem_3d (file_id, filename, nnodes_x1, nnodes_x2, nnodes_x3, filetype)
 Write the description of a scalar field on a 3D mesh. More...
 

Detailed Description

write a data item in the xml file

Definition at line 40 of file sll_m_xml_io.F90.

Member Function/Subroutine Documentation

◆ sll_xml_dataitem_1d()

subroutine sll_xml_dataitem_1d ( integer(kind=i32), intent(in)  file_id,
character(len=*), intent(in)  filename,
integer(kind=i32), intent(in)  nnodes_x1,
character(len=*), intent(in)  filetype 
)
private

Write the description of a scalar field on a 1D mesh.

Parameters
[in]file_idis the unit number or your xml file
[in]filenameis the file name where the heavy data are (bin or h5)
[in]nnodes_x1- nodes number along direction 1
[in]filetype- heavy data format 'HDF' or 'Binary'

The file named filename must exist.

Definition at line 127 of file sll_m_xml_io.F90.

◆ sll_xml_dataitem_2d()

subroutine sll_xml_dataitem_2d ( integer(kind=i32), intent(in)  file_id,
character(len=*), intent(in)  filename,
integer(kind=i32), intent(in)  nnodes_x1,
integer(kind=i32), intent(in)  nnodes_x2,
character(len=*), intent(in)  filetype 
)
private

Write the description of a scalar field on a 3D mesh. Write the description of a scalar field on a 2D mesh.

Parameters
[in]file_idis the unit number or your xml file
[in]filenameis the file name where the heavy data are (bin or h5)
[in]nnodes_x1- nodes number along direction 1
[in]nnodes_x2- nodes number along direction 2
[in]filetype- heavy data format 'HDF' or 'Binary'

The file named filename must exist.

Definition at line 155 of file sll_m_xml_io.F90.

◆ sll_xml_dataitem_3d()

subroutine sll_xml_dataitem_3d ( integer(kind=i32), intent(in)  file_id,
character(len=*), intent(in)  filename,
integer(kind=i32), intent(in)  nnodes_x1,
integer(kind=i32), intent(in)  nnodes_x2,
integer(kind=i32), intent(in)  nnodes_x3,
character(len=*), intent(in)  filetype 
)
private

Write the description of a scalar field on a 3D mesh.

Parameters
[in]file_idfile unit number
[in]filenamexmf file name
[in]filetype"HDF" or "Binary"
[in]nnodes_x1x nodes number
[in]nnodes_x2y nodes number
[in]nnodes_x3z nodes number

Definition at line 175 of file sll_m_xml_io.F90.

    Report Typos and Errors