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_serial_blocks.F90 File Reference
#include "sll_assert.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_xdmf_serial_blocks.F90:

Go to the source code of this file.

Data Types

interface  sll_xdmf_open
 Create a new xmdf file to plot parallel array using hdf5 serial library. More...
 
interface  sll_xdmf_write_array
 Write and array in an xmf file. More...
 
interface  sll_xdmf_close
 Close the xdmf file. More...
 

Modules

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

Functions/Subroutines

subroutine, public sll_s_xdmf_open_serial_blocks (prefix, x1, x2, xmf, error)
 Open a XDMF format file for a 2d plot. More...
 
subroutine, public 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...
 
subroutine, public sll_s_xdmf_close_serial_blocks (file_id, error)
 Close the XML file and finish to write last lines. More...
 
    Report Typos and Errors