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_oblic_2d_derivative Type Reference
Collaboration diagram for sll_t_oblic_2d_derivative:

Private Attributes

integer(kind=i32) nc_x1
 
class(sll_c_advector_1d), pointer adv_x1
 
integer(kind=i32) nc_x2
 
real(kind=f64) x2_min
 
real(kind=f64) x2_max
 
integer(kind=i32) stencil_r
 
integer(kind=i32) stencil_s
 
real(kind=f64), dimension(:), pointer weights
 
real(kind=f64), dimension(:, :), pointer buf
 

Detailed Description

Definition at line 43 of file sll_m_derivative_2d_oblic.F90.

Member Data Documentation

◆ adv_x1

class(sll_c_advector_1d), pointer adv_x1
private

Definition at line 45 of file sll_m_derivative_2d_oblic.F90.

◆ buf

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

Definition at line 52 of file sll_m_derivative_2d_oblic.F90.

◆ nc_x1

integer(kind=i32) nc_x1
private

Definition at line 44 of file sll_m_derivative_2d_oblic.F90.

◆ nc_x2

integer(kind=i32) nc_x2
private

Definition at line 46 of file sll_m_derivative_2d_oblic.F90.

◆ stencil_r

integer(kind=i32) stencil_r
private

Definition at line 49 of file sll_m_derivative_2d_oblic.F90.

◆ stencil_s

integer(kind=i32) stencil_s
private

Definition at line 50 of file sll_m_derivative_2d_oblic.F90.

◆ weights

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

Definition at line 51 of file sll_m_derivative_2d_oblic.F90.

◆ x2_max

real(kind=f64) x2_max
private

Definition at line 48 of file sll_m_derivative_2d_oblic.F90.

◆ x2_min

real(kind=f64) x2_min
private

Definition at line 47 of file sll_m_derivative_2d_oblic.F90.

    Report Typos and Errors