Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Modules | Functions/Subroutines | Variables
sll_m_fdistribu4d_dk.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_fdistribu4d_dk.F90:

Go to the source code of this file.

Modules

module  sll_m_fdistribu4d_dk
 Initialisation of the distribution functioinit_fequilibrium_xyn for the drift-kinetic 4D simulation.
 

Functions/Subroutines

real(kind=f64) function sech (x)
 
subroutine init_n0_r (r_peak, inv_Ln, deltarn, n0_rmin, r_grid, n0_1d)
 
real(kind=f64) function, public sll_f_profil_xy_exacte (x, y, params_profil)
 
real(kind=f64) function, public sll_f_init_exact_profile_r (r, params_profil)
 
subroutine init_t_r (r_peak, inv_LT, deltarT, T_rmin, T_scal, r_grid, T_1d)
 
subroutine, public sll_s_init_brtheta (r_grid, theta_grid, B_rtheta)
 
real(kind=f64) function compute_feq_val (r, vpar, n0_r, Ti_r)
 
subroutine, public sll_s_init_fequilibrium (Nr, Nvpar, r_grid, vpar_grid, n0_1d, Ti_1d, feq_2d)
 
subroutine function_xy_from_r (r_grid, func_r, xgrid_2d, ygrid_2d, func_xy)
 
subroutine, public sll_s_function_xy_from_rtheta (r_grid, theta_grid, func_rtheta, xgrid_2d, ygrid_2d, func_xy)
 
subroutine, public sll_s_init_fequilibrium_xy (xgrid_2d, ygrid_2d, vpar_grid, n0_xy, Ti_xy, feq_xyvpar)
 

Variables

real(kind=f64), dimension(1) whatever
 
    Report Typos and Errors