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

Go to the source code of this file.

Data Types

type  sll_t_hermite_interpolation_2d
 

Modules

module  sll_m_hermite_interpolation_2d
 

Functions/Subroutines

type(sll_t_hermite_interpolation_2d) function, pointer, public sll_f_new_hermite_interpolation_2d (npts1, npts2, eta1_min, eta1_max, eta2_min, eta2_max, degree1, degree2, eta1_hermite_continuity, eta2_hermite_continuity, eta1_bc_type, eta2_bc_type, const_eta1_min_slope, const_eta1_max_slope, const_eta2_min_slope, const_eta2_max_slope, eta1_min_slopes, eta1_max_slopes, eta2_min_slopes, eta2_max_slopes)
 
subroutine initialize_hermite_interpolation_2d (interp, npts1, npts2, eta1_min, eta1_max, eta2_min, eta2_max, degree1, degree2, eta1_hermite_continuity, eta2_hermite_continuity, eta1_bc_type, eta2_bc_type, const_eta1_min_slope, const_eta1_max_slope, const_eta2_min_slope, const_eta2_max_slope, eta1_min_slopes, eta1_max_slopes, eta2_min_slopes, eta2_max_slopes)
 
subroutine, public sll_s_compute_interpolants_hermite_2d (interp, f)
 
subroutine, public sll_s_compute_w_hermite (w, r, s)
 
subroutine, public sll_s_compute_hermite_derivatives_periodic1 (f, num_points1, num_points2, p, buf)
 
subroutine hermite_coef_nat_per (f, buf3d, N, d)
 
subroutine hermite_coef_per_per (f, buf3d, N, d)
 
real(kind=f64) function, public sll_f_interpolate_value_hermite_2d (eta1, eta2, interp)
 
subroutine interpolate_hermite (f, i, x, fval, N)
 
subroutine, public sll_s_localize_per (i, x, xmin, xmax, N)
 
subroutine localize_nat (i, x, xmin, xmax, N)
 

Variables

integer, parameter, public sll_p_hermite_periodic = 0
 
integer, parameter, public sll_p_hermite_dirichlet = 1
 
integer, parameter, public sll_p_hermite_c0 = 0
 
integer, parameter sll_hermite_c1 = 1
 
    Report Typos and Errors