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

Create the xdmf file. More...

Private Member Functions

subroutine sll_xdmf_open_2d_parallel (rank, file_name, mesh_name, nnodes_x1, nnodes_x2, file_id, error)
 Open a XDMF format file for a 2d plot. More...
 
subroutine sll_xdmf_open_3d_parallel (rank, file_name, mesh_name, nnodes_x1, nnodes_x2, nnodes_x3, file_id, error)
 Open a XDMF format file for a 3d plot. More...
 

Detailed Description

Create the xdmf file.

Definition at line 63 of file sll_m_xdmf_parallel.F90.

Member Function/Subroutine Documentation

◆ sll_xdmf_open_2d_parallel()

subroutine sll_xdmf_open_2d_parallel ( integer(kind=i32), intent(in)  rank,
character(len=*), intent(in)  file_name,
character(len=*), intent(in)  mesh_name,
integer(kind=i32), intent(in)  nnodes_x1,
integer(kind=i32), intent(in)  nnodes_x2,
integer(kind=i32), intent(out)  file_id,
integer(kind=i32), intent(out)  error 
)
private

Open a XDMF format file for a 2d plot.

Parameters
[in]rankprocessor number id
[in]file_namexmf file name
[in]mesh_namefile name that contains mesh
[in]nnodes_x1nodes number x
[in]nnodes_x2nodes number y
[out]file_idfile unit number
[out]errorerror code

Definition at line 81 of file sll_m_xdmf_parallel.F90.

Here is the call graph for this function:

◆ sll_xdmf_open_3d_parallel()

subroutine sll_xdmf_open_3d_parallel ( integer(kind=i32), intent(in)  rank,
character(len=*), intent(in)  file_name,
character(len=*), intent(in)  mesh_name,
integer(kind=i32), intent(in)  nnodes_x1,
integer(kind=i32), intent(in)  nnodes_x2,
integer(kind=i32), intent(in)  nnodes_x3,
integer(kind=i32), intent(out)  file_id,
integer(kind=i32), intent(out)  error 
)
private

Open a XDMF format file for a 3d plot.

Parameters
[in]rankprocessor number id
[in]file_namexml file name
[in]mesh_namefile name that contains data coordinates
[in]nnodes_x1nodes number x
[in]nnodes_x2nodes number y
[in]nnodes_x3nodes number z
[out]file_idfile unit number
[out]errorerror code

Definition at line 106 of file sll_m_xdmf_parallel.F90.

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