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

Information for evaluation of B-splines on non-uniform grid. More...

Collaboration diagram for sll_t_bsplines:

Private Attributes

integer num_pts
 
integer deg
 
real(wpxmin
 
real(wpxmax
 
integer n
 
real(wp), dimension(:), allocatable knots
 

Detailed Description

Information for evaluation of B-splines on non-uniform grid.

Definition at line 75 of file sll_m_low_level_bsplines.F90.

Member Data Documentation

◆ deg

integer deg
private

Definition at line 77 of file sll_m_low_level_bsplines.F90.

◆ knots

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

Definition at line 81 of file sll_m_low_level_bsplines.F90.

◆ n

integer n
private

Definition at line 80 of file sll_m_low_level_bsplines.F90.

◆ num_pts

integer num_pts
private

Definition at line 76 of file sll_m_low_level_bsplines.F90.

◆ xmax

real(wp) xmax
private

Definition at line 79 of file sll_m_low_level_bsplines.F90.

◆ xmin

real(wp) xmin
private

Definition at line 78 of file sll_m_low_level_bsplines.F90.

    Report Typos and Errors