Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
Go to the source code of this file.
Data Types | |
type | sll_t_bsplines_non_uniform |
Abstract type, B-splines. More... | |
Modules | |
module | sll_m_bsplines_non_uniform |
Derived type for non-uniform B-splines of arbitrary degree. | |
Functions/Subroutines | |
subroutine | s_bsplines_non_uniform__init (self, degree, periodic, breaks) |
Initialize non-uniform B-splines object. More... | |
subroutine | s_bsplines_non_uniform__free (self) |
Free storage. More... | |
Variables | |
integer, parameter | wp = f64 |
Working precision. More... | |