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
sll_m_fcisl.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_fcisl.F90:

Go to the source code of this file.

Data Types

type  sll_t_oblic_derivative
 

Modules

module  sll_m_fcisl
 

Functions/Subroutines

subroutine, public sll_s_compute_oblic_shift (iota, Nc_x1, shift, iota_modif)
 
subroutine, public sll_s_compute_iota_from_shift (Nc_x1, shift, iota_modif)
 
subroutine, public sll_s_compute_at_aligned (f_input, f_output, Nc_x1, Nc_x2, adv, x1_min, x1_max, iota)
 
subroutine, public sll_s_compute_spaghetti_size_from_shift (Nc_x1, shift, spaghetti_size)
 
subroutine, public sll_s_compute_spaghetti_and_shift_from_guess (Nc_x1, Nc_x2, iota_guess, spaghetti_size_guess, shift, spaghetti_size)
 
subroutine, public sll_s_compute_spaghetti (Nc_x1, Nc_x2, shift, spaghetti_index, spaghetti_size)
 
subroutine, public sll_s_load_spaghetti (input, output, spaghetti_index, Npts_x1, Npts_x2)
 
subroutine, public sll_s_unload_spaghetti (input, output, spaghetti_index, Npts_x1, Npts_x2)
 
type(sll_t_oblic_derivative) function, pointer, public sll_f_new_oblic_derivative (degree, x1_min, x1_max, x2_min, x2_max, Nc_x1, Nc_x2, adv)
 
subroutine initialize_oblic_derivative (deriv, degree, x1_min, x1_max, x2_min, x2_max, Nc_x1, Nc_x2, adv)
 
subroutine, public sll_s_compute_w_hermite (w, r, s)
 
subroutine, public sll_s_compute_derivative_periodic (input, output, Nc, w, r, s, length)
 
subroutine compute_finite_difference_init (w, p)
 
    Report Typos and Errors