Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Construct the XML component of an XDMF database (sequential).
Derived types and interfaces | |
type | t_xdmf_grid |
Pointer to grid. More... | |
type | sll_t_xdmf_file |
XDMF file, sequential. More... | |
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... | |
|
private |
Add field to grid (selected by its grid ID)
Definition at line 197 of file sll_m_xdmf_light_serial.F90.
|
private |
Add grid to file (new grid ID is returned)
Definition at line 121 of file sll_m_xdmf_light_serial.F90.
|
private |
Delete XDMF file (deallocate storage, nullify pointers)
Definition at line 102 of file sll_m_xdmf_light_serial.F90.
|
private |
Initialize XDMF file (set time, allocate storage, store pointer to domain)
Definition at line 65 of file sll_m_xdmf_light_serial.F90.
|
private |
Write XML file.
Definition at line 92 of file sll_m_xdmf_light_serial.F90.