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

Go to the source code of this file.

Data Types

type  sll_t_bsplines_uniform
 Abstract type, B-splines. More...
 

Modules

module  sll_m_bsplines_uniform
 Derived type for uniform B-splines of arbitrary degree.
 

Functions/Subroutines

subroutine s_bsplines_uniform__init (self, degree, periodic, xmin, xmax, ncells)
 Initialize uniform B-splines object. More...
 
subroutine s_bsplines_uniform__free (self)
 Free storage. More...
 

Variables

integer, parameter wp = f64
 Working precision. More...
 
integer index
 
real(wp), dimension(1:32), parameter inv = [(1.0_wp/real(index, wp), index=1, 32)]
 
    Report Typos and Errors