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 | Variables
sll_m_hdf5_serial.F90 File Reference

Go to the source code of this file.

Data Types

type  sll_t_hdf5_serial
 

Modules

module  sll_m_hdf5_serial
 Simple object-oriented wrapper to Pierre's "sll_m_hdf5_io_serial".
 

Functions/Subroutines

subroutine t_hdf5_serial__init (self, filename)
 
subroutine t_hdf5_serial__create (self)
 
subroutine t_hdf5_serial__open (self)
 
subroutine t_hdf5_serial__close (self)
 
subroutine t_hdf5_serial__delete (self)
 
subroutine t_hdf5_serial__write_dble_array_1d (self, array, dsetname)
 
subroutine t_hdf5_serial__write_dble_array_2d (self, array, dsetname)
 
subroutine t_hdf5_serial__write_dble_array_3d (self, array, dsetname)
 
subroutine t_hdf5_serial__write_int_array_1d (self, array, dsetname)
 
subroutine t_hdf5_serial__write_int_array_2d (self, array, dsetname)
 
subroutine t_hdf5_serial__write_int_array_3d (self, array, dsetname)
 

Variables

integer, parameter maxlen = 256
 Maximum length of non-allocatable strings in module. More...
 
    Report Typos and Errors