Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
arbitrary degree 3d spline More...
Private Attributes | |
type(sll_t_spline_pp_1d) | spline1 |
first 1d spline More... | |
type(sll_t_spline_pp_1d) | spline2 |
second 1d spline More... | |
type(sll_t_spline_pp_1d) | spline3 |
third 1d spline More... | |
real(kind=f64), dimension(:), allocatable | scratch_b |
scratch data for b_to_pp-converting More... | |
real(kind=f64), dimension(:), allocatable | scratch_p |
scratch data for b_to_pp-converting More... | |
real(kind=f64), dimension(:), allocatable | scratch_pp |
scratch data for b_to_pp-converting More... | |
real(kind=f64), dimension(:, :), allocatable | scratch_coeffs |
scratch data for spline-evaluation More... | |
arbitrary degree 3d spline
Definition at line 120 of file sll_m_splines_pp.F90.
|
private |
scratch data for b_to_pp-converting
Definition at line 125 of file sll_m_splines_pp.F90.
|
private |
scratch data for spline-evaluation
Definition at line 128 of file sll_m_splines_pp.F90.
|
private |
scratch data for b_to_pp-converting
Definition at line 126 of file sll_m_splines_pp.F90.
|
private |
scratch data for b_to_pp-converting
Definition at line 127 of file sll_m_splines_pp.F90.
|
private |
first 1d spline
Definition at line 121 of file sll_m_splines_pp.F90.
|
private |
second 1d spline
Definition at line 122 of file sll_m_splines_pp.F90.
|
private |
third 1d spline
Definition at line 123 of file sll_m_splines_pp.F90.