Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived type for periodic banded matrices.
Derived types and interfaces | |
type | sll_t_spline_matrix_periodic_banded |
Functions/Subroutines | |
subroutine | s_spline_matrix_periodic_banded__init (self, n, kl, ku) |
subroutine | s_spline_matrix_periodic_banded__set_element (self, i, j, a_ij) |
subroutine | s_spline_matrix_periodic_banded__factorize (self) |
subroutine | s_spline_matrix_periodic_banded__solve_inplace (self, bx) |
subroutine | s_spline_matrix_periodic_banded__write (self, unit, fmt) |
subroutine | s_spline_matrix_periodic_banded__free (self) |
Variables | |
integer, parameter | wp = f64 |
Working precision. More... | |
|
private |
Definition at line 121 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Definition at line 195 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Definition at line 60 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Definition at line 92 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Definition at line 138 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Definition at line 149 of file sll_m_spline_matrix_periodic_banded.F90.
|
private |
Working precision.
Definition at line 34 of file sll_m_spline_matrix_periodic_banded.F90.