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_spline_2d_boundary_data Type Reference

Container for 2D boundary condition data: . x1-derivatives at x1_min and x1_max, for all values of x2; . x2-derivatives at x2_min and x2_max, for all values of x1; . mixed derivatives at the four corners a,b,c,d. More...

Collaboration diagram for sll_t_spline_2d_boundary_data:

Private Attributes

real(wp), dimension(:, :), allocatable derivs_x1_min
 
real(wp), dimension(:, :), allocatable derivs_x1_max
 
real(wp), dimension(:, :), allocatable derivs_x2_min
 
real(wp), dimension(:, :), allocatable derivs_x2_max
 
real(wp), dimension(:, :), allocatable mixed_derivs_a
 
real(wp), dimension(:, :), allocatable mixed_derivs_b
 
real(wp), dimension(:, :), allocatable mixed_derivs_c
 
real(wp), dimension(:, :), allocatable mixed_derivs_d
 

Detailed Description

Container for 2D boundary condition data: . x1-derivatives at x1_min and x1_max, for all values of x2; . x2-derivatives at x2_min and x2_max, for all values of x1; . mixed derivatives at the four corners a,b,c,d.

x2_max ____________ | |

c d
a b

x2_min |____________| x1_min x1_max

Definition at line 57 of file sll_m_spline_interpolator_2d.F90.

Member Data Documentation

◆ derivs_x1_max

real(wp), dimension(:, :), allocatable derivs_x1_max
private

Definition at line 59 of file sll_m_spline_interpolator_2d.F90.

◆ derivs_x1_min

real(wp), dimension(:, :), allocatable derivs_x1_min
private

Definition at line 58 of file sll_m_spline_interpolator_2d.F90.

◆ derivs_x2_max

real(wp), dimension(:, :), allocatable derivs_x2_max
private

Definition at line 61 of file sll_m_spline_interpolator_2d.F90.

◆ derivs_x2_min

real(wp), dimension(:, :), allocatable derivs_x2_min
private

Definition at line 60 of file sll_m_spline_interpolator_2d.F90.

◆ mixed_derivs_a

real(wp), dimension(:, :), allocatable mixed_derivs_a
private

Definition at line 62 of file sll_m_spline_interpolator_2d.F90.

◆ mixed_derivs_b

real(wp), dimension(:, :), allocatable mixed_derivs_b
private

Definition at line 63 of file sll_m_spline_interpolator_2d.F90.

◆ mixed_derivs_c

real(wp), dimension(:, :), allocatable mixed_derivs_c
private

Definition at line 64 of file sll_m_spline_interpolator_2d.F90.

◆ mixed_derivs_d

real(wp), dimension(:, :), allocatable mixed_derivs_d
private

Definition at line 65 of file sll_m_spline_interpolator_2d.F90.

    Report Typos and Errors