Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
#include "sll_errors.h"
Go to the source code of this file.
Data Types | |
type | sll_t_spline_matrix_banded |
Banded matrix type. More... | |
interface | dgbtrf |
interface | dgbtrs |
Modules | |
module | sll_m_spline_matrix_banded |
Derived type for banded matrices. | |
Functions/Subroutines | |
subroutine | s_spline_matrix_banded__init (self, n, kl, ku) |
subroutine | s_spline_matrix_banded__set_element (self, i, j, a_ij) |
subroutine | s_spline_matrix_banded__factorize (self) |
subroutine | s_spline_matrix_banded__solve_inplace (self, bx) |
subroutine | s_spline_matrix_banded__write (self, unit, fmt) |
subroutine | s_spline_matrix_banded__free (self) |
Variables | |
integer, parameter | wp = f64 |
Working precision. More... | |