Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Functions/Subroutines | |
subroutine, public | sll_s_set_map_function (mytau) |
subroutine, public | sll_s_map (u, v, x, y) |
Variables | |
class(sll_c_coordinate_transformation_2d_base), pointer | tau |
subroutine, public sll_m_map_function::sll_s_map | ( | real(8), intent(in) | u, |
real(8), intent(in) | v, | ||
real(8), intent(out) | x, | ||
real(8), intent(out) | y | ||
) |
subroutine, public sll_m_map_function::sll_s_set_map_function | ( | class(sll_c_coordinate_transformation_2d_base), target | mytau | ) |
|
private |
Definition at line 19 of file sll_m_map_function.F90.