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.
Modules | |
module | sll_m_io_utilities |
Collection of functions/subroutines operating on files and strings. | |
Functions/Subroutines | |
subroutine, public | sll_s_remove_file (filename) |
Remove file (dangerous function!) More... | |
subroutine, public | sll_s_read_file (filename, str) |
Read whole file content into allocatable string. More... | |
logical function, public | sll_f_check_equal_files (filename1, filename2) |
logical function, public | sll_f_check_empty_file (filename) |
Return True if file is empty, False otherwise. More... | |
subroutine, public | sll_s_ints_to_string (ints, str) |
Write an array of integers to a single string: . Numbers are separated by a blank space; . String is allocated here with minimum length. More... | |
subroutine, public | sll_s_split_path (path, head, tail) |
Split path into head (directory) and tail (file) More... | |
subroutine, public | sll_s_read_data_real_array (filename, data) |
Read data from file to real array. More... | |
subroutine, public | sll_s_concatenate_filename_and_path (filename, otherfile, filepath) |
Concatenate filename and path where path is extracted from another file name Example use: call sll_s_concatenate_filename_and_path( 'reference.dat', FILE, filepath) More... | |