![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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) |
| 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.
| 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.
1.9.1