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

Functions/Subroutines

subroutine, public sll_s_compute_shape_circle (points, N_points)
 
subroutine, public sll_s_compute_init_f_polar (f, mode, N, eta_min, eta_max)
 
subroutine, public sll_s_zero_bessel_dir_dir (mode, eta_min, eta_max, val)
 
subroutine, public sll_s_compute_mu (quadrature_case, mu_points, mu_weights, N_mu, mu_min, mu_max, quadrature_points_per_cell)
 

Function/Subroutine Documentation

◆ sll_s_compute_init_f_polar()

subroutine, public sll_m_gyroaverage_utilities::sll_s_compute_init_f_polar ( real(kind=f64), dimension(:, :), intent(out)  f,
integer(kind=i32), dimension(2), intent(in)  mode,
integer(kind=i32), dimension(2), intent(in)  N,
real(kind=f64), dimension(2), intent(in)  eta_min,
real(kind=f64), dimension(2), intent(in)  eta_max 
)

Definition at line 44 of file sll_m_gyroaverage_utilities.F90.

Here is the call graph for this function:

◆ sll_s_compute_mu()

subroutine, public sll_m_gyroaverage_utilities::sll_s_compute_mu ( character(len=256), intent(in)  quadrature_case,
real(kind=f64), dimension(:), intent(out)  mu_points,
real(kind=f64), dimension(:), intent(out)  mu_weights,
integer(kind=i32), intent(in)  N_mu,
real(kind=f64), intent(in)  mu_min,
real(kind=f64), intent(in)  mu_max,
integer(kind=i32), intent(in)  quadrature_points_per_cell 
)

Definition at line 109 of file sll_m_gyroaverage_utilities.F90.

Here is the call graph for this function:

◆ sll_s_compute_shape_circle()

subroutine, public sll_m_gyroaverage_utilities::sll_s_compute_shape_circle ( real(kind=f64), dimension(:, :)  points,
integer(kind=i32), intent(in)  N_points 
)

Definition at line 30 of file sll_m_gyroaverage_utilities.F90.

Here is the caller graph for this function:

◆ sll_s_zero_bessel_dir_dir()

subroutine, public sll_m_gyroaverage_utilities::sll_s_zero_bessel_dir_dir ( integer(kind=i32), dimension(2), intent(in)  mode,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max,
real(kind=f64), intent(out)  val 
)

Definition at line 70 of file sll_m_gyroaverage_utilities.F90.

Here is the caller graph for this function:
    Report Typos and Errors