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

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
 

Function/Subroutine Documentation

◆ sll_s_map()

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 
)

Definition at line 37 of file sll_m_map_function.F90.

Here is the caller graph for this function:

◆ sll_s_set_map_function()

subroutine, public sll_m_map_function::sll_s_set_map_function ( class(sll_c_coordinate_transformation_2d_base), target  mytau)

Definition at line 23 of file sll_m_map_function.F90.

Here is the caller graph for this function:

Variable Documentation

◆ tau

class(sll_c_coordinate_transformation_2d_base), pointer tau
private

Definition at line 19 of file sll_m_map_function.F90.

    Report Typos and Errors