Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived type for non-uniform B-splines of arbitrary degree.
Derived types and interfaces | |
type | sll_t_bsplines_non_uniform |
Abstract type, B-splines. More... | |
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... | |
|
private |
Free storage.
[in,out] | self | non-uniform B-splines |
Definition at line 102 of file sll_m_bsplines_non_uniform.F90.
|
private |
Initialize non-uniform B-splines object.
[out] | self | non-uniform B-splines |
[in] | degree | spline degree |
[in] | periodic | .true. if domain is periodic, .false. otherwise |
[in] | breaks | array of breakpoints (including xmin and xmax) |
Definition at line 48 of file sll_m_bsplines_non_uniform.F90.
|
private |
Working precision.
Definition at line 22 of file sll_m_bsplines_non_uniform.F90.