Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Access point to matrix class providing factory function.
Functions/Subroutines | |
subroutine, public | sll_s_spline_matrix_new (matrix, matrix_type, n, kl, ku) |
Variables | |
integer, parameter | wp = f64 |
Working precision. More... | |
subroutine, public sll_m_spline_matrix::sll_s_spline_matrix_new | ( | class(sll_c_spline_matrix), intent(out), allocatable | matrix, |
character(len=*), intent(in) | matrix_type, | ||
integer, intent(in) | n, | ||
integer, intent(in) | kl, | ||
integer, intent(in) | ku | ||
) |
Definition at line 34 of file sll_m_spline_matrix.F90.
|
private |
Working precision.
Definition at line 28 of file sll_m_spline_matrix.F90.