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

Go to the source code of this file.

Data Types

type  sll_t_spline_2d
 2D tensor-product spline More...
 

Modules

module  sll_m_spline_2d
 Module for tensor-product 2D splines.
 

Functions/Subroutines

subroutine s_spline_2d__init (self, bsplines_x1, bsplines_x2)
 Initialize 2D spline object as element of span(B-splines) More...
 
subroutine s_spline_2d__free (self)
 Destroy 2D spline (re-initialization is possible afterwards) More...
 

Variables

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