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_spline_1d.F90 File Reference
#include "sll_assert.h"
Include dependency graph for sll_m_spline_1d.F90:

Go to the source code of this file.

Data Types

type  sll_t_spline_1d
 1D spline More...
 

Modules

module  sll_m_spline_1d
 Module for 1D splines, linear combination of B-spline functions.
 

Functions/Subroutines

subroutine s_spline_1d__init (self, bsplines)
 Initialize 1D spline object as element of span(B-splines) More...
 
subroutine s_spline_1d__free (self)
 Destroy 1D spline (re-initialization is possible afterwards) More...
 

Variables

integer, parameter wp = f64
 Working precision. More...
 
    Report Typos and Errors