Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_qn_2d_polar Type Reference
Collaboration diagram for sll_t_qn_2d_polar:

Private Attributes

real(kind=f64), dimension(2) eta_min
 r min et theta min More...
 
real(kind=f64), dimension(2) eta_max
 r max et theta max More...
 
integer(kind=i32), dimension(2) nc
 number of cells in r and in theta More...
 
integer(kind=i32) n_points
 number of points on the circle More...
 
real(kind=f64), dimension(:, :), pointer points
 
integer(kind=i32), dimension(:, :), pointer pre_compute_n
 
real(kind=f64), dimension(:, :, :), pointer pre_compute_coeff
 
integer(kind=i32), dimension(:, :, :), pointer pre_compute_index
 
real(kind=f64), dimension(:, :), pointer pre_compute_coeff_spl
 
integer(kind=i32) size_pre_compute
 
real(kind=f64), dimension(:, :, :), pointer mat_gyro
 
real(kind=f64), dimension(:, :, :), pointer mat_double_gyro
 
real(kind=f64), dimension(:, :, :, :), pointer mat_gyro_circ
 
real(kind=f64), dimension(:, :, :, :), pointer mat_double_gyro_circ
 
complex(kind=f64), dimension(:, :, :), pointer mat_qn_inverse
 
real(kind=f64), dimension(:), allocatable lambda
 
real(kind=f64), dimension(:), allocatable t_i
 
real(kind=f64), dimension(:), pointer mu_points_for_phi
 
real(kind=f64), dimension(:), pointer mu_weights_for_phi
 
integer(kind=i32) n_mu_for_phi
 

Detailed Description

Definition at line 62 of file sll_m_qn_2d_polar.F90.

Member Data Documentation

◆ eta_max

real(kind=f64), dimension(2) eta_max
private

r max et theta max

Definition at line 65 of file sll_m_qn_2d_polar.F90.

◆ eta_min

real(kind=f64), dimension(2) eta_min
private

r min et theta min

Definition at line 64 of file sll_m_qn_2d_polar.F90.

◆ lambda

real(kind=f64), dimension(:), allocatable lambda
private

Definition at line 83 of file sll_m_qn_2d_polar.F90.

◆ mat_double_gyro

real(kind=f64), dimension(:, :, :), pointer mat_double_gyro
private

Definition at line 77 of file sll_m_qn_2d_polar.F90.

◆ mat_double_gyro_circ

real(kind=f64), dimension(:, :, :, :), pointer mat_double_gyro_circ
private

Definition at line 79 of file sll_m_qn_2d_polar.F90.

◆ mat_gyro

real(kind=f64), dimension(:, :, :), pointer mat_gyro
private

Definition at line 76 of file sll_m_qn_2d_polar.F90.

◆ mat_gyro_circ

real(kind=f64), dimension(:, :, :, :), pointer mat_gyro_circ
private

Definition at line 78 of file sll_m_qn_2d_polar.F90.

◆ mat_qn_inverse

complex(kind=f64), dimension(:, :, :), pointer mat_qn_inverse
private

Definition at line 81 of file sll_m_qn_2d_polar.F90.

◆ mu_points_for_phi

real(kind=f64), dimension(:), pointer mu_points_for_phi
private

Definition at line 87 of file sll_m_qn_2d_polar.F90.

◆ mu_weights_for_phi

real(kind=f64), dimension(:), pointer mu_weights_for_phi
private

Definition at line 88 of file sll_m_qn_2d_polar.F90.

◆ n_mu_for_phi

integer(kind=i32) n_mu_for_phi
private

Definition at line 89 of file sll_m_qn_2d_polar.F90.

◆ n_points

integer(kind=i32) n_points
private

number of points on the circle

Definition at line 67 of file sll_m_qn_2d_polar.F90.

◆ nc

integer(kind=i32), dimension(2) nc
private

number of cells in r and in theta

Definition at line 66 of file sll_m_qn_2d_polar.F90.

◆ points

real(kind=f64), dimension(:, :), pointer points
private

Definition at line 69 of file sll_m_qn_2d_polar.F90.

◆ pre_compute_coeff

real(kind=f64), dimension(:, :, :), pointer pre_compute_coeff
private

Definition at line 71 of file sll_m_qn_2d_polar.F90.

◆ pre_compute_coeff_spl

real(kind=f64), dimension(:, :), pointer pre_compute_coeff_spl
private

Definition at line 73 of file sll_m_qn_2d_polar.F90.

◆ pre_compute_index

integer(kind=i32), dimension(:, :, :), pointer pre_compute_index
private

Definition at line 72 of file sll_m_qn_2d_polar.F90.

◆ pre_compute_n

integer(kind=i32), dimension(:, :), pointer pre_compute_n
private

Definition at line 70 of file sll_m_qn_2d_polar.F90.

◆ size_pre_compute

integer(kind=i32) size_pre_compute
private

Definition at line 74 of file sll_m_qn_2d_polar.F90.

◆ t_i

real(kind=f64), dimension(:), allocatable t_i
private

Definition at line 84 of file sll_m_qn_2d_polar.F90.

    Report Typos and Errors