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

Go to the source code of this file.

Data Types

type  t_xdmf_grid
 Pointer to grid. More...
 
type  sll_t_xdmf_file
 XDMF file, sequential. More...
 

Modules

module  sll_m_xdmf_light_serial
 Construct the XML component of an XDMF database (sequential).
 

Functions/Subroutines

subroutine t_xdmf__init (self, time)
 Initialize XDMF file (set time, allocate storage, store pointer to domain) More...
 
subroutine t_xdmf__write (self, fname)
 Write XML file. More...
 
subroutine t_xdmf__delete (self)
 Delete XDMF file (deallocate storage, nullify pointers) More...
 
subroutine t_xdmf__add_grid (self, grid_name, x1_path, x2_path, dims, gid)
 Add grid to file (new grid ID is returned) More...
 
subroutine t_xdmf__add_field (self, grid_id, field_name, field_path)
 Add field to grid (selected by its grid ID) More...
 
    Report Typos and Errors