Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_weight_product_x1 Interface Reference

Private Member Functions

subroutine weight_product1d (fin, fout, N, w, r, s, bc_type)
 
subroutine weight_product2d_x1 (fin, fout, N, w, r, s, bc_type)
 

Detailed Description

Definition at line 41 of file sll_m_lagrange_interpolation.F90.

Member Function/Subroutine Documentation

◆ weight_product1d()

subroutine weight_product1d ( real(kind=f64), dimension(:), intent(in)  fin,
real(kind=f64), dimension(:), intent(out)  fout,
integer(kind=i32), intent(in)  N,
real(kind=f64), dimension(r:s), intent(in)  w,
integer(kind=i32), intent(in)  r,
integer(kind=i32), intent(in)  s,
integer(kind=i32), intent(in)  bc_type 
)
private

Definition at line 250 of file sll_m_lagrange_interpolation.F90.

Here is the call graph for this function:

◆ weight_product2d_x1()

subroutine weight_product2d_x1 ( real(kind=f64), dimension(:, :), intent(in)  fin,
real(kind=f64), dimension(:, :), intent(out)  fout,
integer(kind=i32), dimension(2), intent(in)  N,
real(kind=f64), dimension(r:s), intent(in)  w,
integer(kind=i32), intent(in)  r,
integer(kind=i32), intent(in)  s,
integer(kind=i32), intent(in)  bc_type 
)
private

Definition at line 272 of file sll_m_lagrange_interpolation.F90.

Here is the call graph for this function:
    Report Typos and Errors