Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_xdmf_parallel.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_xdmf_parallel.F90:

Go to the source code of this file.

Data Types

interface  sll_o_xdmf_open
 Create the xdmf file. More...
 
interface  sll_o_xdmf_write_array
 Write and array in an xmf file. More...
 
interface  sll_o_xdmf_close
 Close the xdmf file. More...
 

Modules

module  sll_m_xdmf_parallel
 Implements the functions to write xdmf file plotable by VisIt.
 

Functions/Subroutines

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...
 
subroutine sll_xdmf_array_2d_parallel (mesh_name, global_dims, offset, array, array_name, error, xmffile_id, center)
 Write 2d array in parallel hdf5 file and the matching line in XDMF file. More...
 
subroutine sll_xdmf_array_3d_parallel (mesh_name, global_dims, offset, array, array_name, error, xmffile_id, center)
 Write 3d array in binary or hdf5 file and the matching line in XDMF file. More...
 
subroutine sll_xdmf_close_parallel (file_id, error)
 Close the XML file and finish to write last lines. More...
 
    Report Typos and Errors