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

Go to the source code of this file.

Data Types

type  sll_t_hermite_interpolation_1d
 

Modules

module  sll_m_hermite_interpolation_1d
 

Functions/Subroutines

type(sll_t_hermite_interpolation_1d) function, pointer, public sll_f_new_hermite_interpolation_1d (npts, eta_min, eta_max, degree, eta_hermite_continuity, eta_bc_type, const_eta_min_slope, const_eta_max_slope, eta_min_slopes, eta_max_slopes)
 
subroutine initialize_hermite_interpolation_1d (interp, npts, eta_min, eta_max, degree, eta_hermite_continuity, eta_bc_type, const_eta_min_slope, const_eta_max_slope, eta_min_slopes, eta_max_slopes)
 
subroutine, public sll_s_compute_interpolants_hermite_1d (interp, f)
 
subroutine, public sll_s_compute_w_hermite_1d (w, r, s)
 
subroutine hermite_coef_per_1d (f, buf2d, N, d)
 
subroutine hermite_coef_nat_1d (f, buf2d, N, d)
 
real(kind=f64) function interpolate_value_hermite_per_1d (eta, interp)
 
real(kind=f64) function, public sll_f_interpolate_value_hermite_1d (eta, interp)
 
real(kind=f64) function interpolate_value_hermite_nat_1d (eta, interp)
 
subroutine interpolate_hermite_1d (f, i, x, fval, N)
 
subroutine localize_per_1d (i, x, xmin, xmax, N)
 
subroutine localize_nat_1d (i, x, xmin, xmax, N)
 

Variables

integer, parameter, public sll_p_hermite_1d_c0 = 0
 
integer, parameter sll_hermite_1d_c1 = 1
 
    Report Typos and Errors