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

Go to the source code of this file.

Data Types

type  sll_t_lagrange_interpolation_1d
 
interface  delete
 

Modules

module  sll_m_lagrange_interpolation_1d
 

Functions/Subroutines

type(sll_t_lagrange_interpolation_1d) function, pointer, public sll_f_new_lagrange_interpolation_1d (num_points, xmin, xmax, bc_type, d, periodic_last)
 
subroutine, public sll_s_compute_lagrange_interpolation_1d (lagrange)
 This function computes the weights w_j for the barycentric formula. More...
 
subroutine, public sll_s_cubic_spline_1d_eval_array (fi, alpha, lagrange)
 This function computes the value at the grid points displacement by -alpha. More...
 
subroutine delete_lagrange_interpolation_1d (sll_m_lagrange_interpolation)
 
    Report Typos and Errors