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
weight_product_x2 Interface Reference

Private Member Functions

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

Detailed Description

Definition at line 46 of file sll_m_lagrange_interpolation.F90.

Member Function/Subroutine Documentation

◆ 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.

    Report Typos and Errors