Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_wedge_product_generaldim Module Reference

Functions/Subroutines

pure real(kind=f64) function, dimension(2, size(v, 2)), public sll_f_cross_product_2d (v, w)
 
pure real(kind=f64) function, dimension(3, size(v, 2)), public sll_f_cross_product_3d (v, w)
 

Function/Subroutine Documentation

◆ sll_f_cross_product_2d()

pure real(kind=f64) function, dimension(2, size(v, 2)), public sll_m_wedge_product_generaldim::sll_f_cross_product_2d ( real(kind=f64), dimension(:, :), intent(in)  v,
real(kind=f64), dimension(:, :), intent(in)  w 
)

Definition at line 24 of file sll_m_wedge_product_generaldim.F90.

◆ sll_f_cross_product_3d()

pure real(kind=f64) function, dimension(3, size(v, 2)), public sll_m_wedge_product_generaldim::sll_f_cross_product_3d ( real(kind=f64), dimension(:, :), intent(in)  v,
real(kind=f64), dimension(:, :), intent(in)  w 
)

Definition at line 36 of file sll_m_wedge_product_generaldim.F90.

    Report Typos and Errors