Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_t_xdmf_file Type Reference

XDMF file, sequential. More...

Collaboration diagram for sll_t_xdmf_file:

Private Member Functions

procedure init => t_xdmf__init
 
procedure write => t_xdmf__write
 
procedure delete => t_xdmf__delete
 
procedure add_grid => t_xdmf__add_grid
 
procedure add_field => t_xdmf__add_field
 

Private Attributes

real(kind=f64) time = 0.0_f64
 
type(sll_t_xml_document), allocatable xml_doc
 
type(sll_t_xml_element), pointer xml_domain => null()
 
type(t_xdmf_grid), dimension(:), allocatable grids
 

Detailed Description

XDMF file, sequential.

Definition at line 42 of file sll_m_xdmf_light_serial.F90.

Member Function/Subroutine Documentation

◆ add_field()

procedure add_field
private

Definition at line 55 of file sll_m_xdmf_light_serial.F90.

◆ add_grid()

procedure add_grid
private

Definition at line 54 of file sll_m_xdmf_light_serial.F90.

◆ delete()

procedure delete
private

Definition at line 53 of file sll_m_xdmf_light_serial.F90.

◆ init()

procedure init
private

Definition at line 51 of file sll_m_xdmf_light_serial.F90.

◆ write()

procedure write
private

Definition at line 52 of file sll_m_xdmf_light_serial.F90.

Member Data Documentation

◆ grids

type(t_xdmf_grid), dimension(:), allocatable grids
private

Definition at line 47 of file sll_m_xdmf_light_serial.F90.

◆ time

real(kind=f64) time = 0.0_f64
private

Definition at line 44 of file sll_m_xdmf_light_serial.F90.

◆ xml_doc

type(sll_t_xml_document), allocatable xml_doc
private

Definition at line 45 of file sll_m_xdmf_light_serial.F90.

◆ xml_domain

type(sll_t_xml_element), pointer xml_domain => null()
private

Definition at line 46 of file sll_m_xdmf_light_serial.F90.

    Report Typos and Errors