Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
Go to the source code of this file.
Data Types | |
type | sll_t_xdmf_parallel_file |
XDMF parallel file. More... | |
Modules | |
module | sll_m_xdmf_light_parallel |
Construct the XML component of an XDMF database (parallel). | |
Functions/Subroutines | |
subroutine | t_xdmf_parallel__init (self, time, comm) |
subroutine | t_xdmf_parallel__write (self, fname) |
subroutine | t_xdmf_parallel__delete (self) |
subroutine | t_xdmf_parallel__add_grid (self, grid_name, x1_path, x2_path, dims, gid) |
subroutine | t_xdmf_parallel__add_field (self, grid_id, field_name, field_path, to_file) |
Variables | |
integer, parameter | maxlen = 256 |
Maximum length of variable-length strings to be passed through MPI. More... | |