Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived type for dense matrices.
Derived types and interfaces | |
type | sll_t_spline_matrix_dense |
Dense matrix type. More... | |
interface | dgetrf |
interface | dgetrs |
Functions/Subroutines | |
subroutine | s_spline_matrix_dense__init (self, n) |
subroutine | s_spline_matrix_dense__set_element (self, i, j, a_ij) |
subroutine | s_spline_matrix_dense__factorize (self) |
subroutine | s_spline_matrix_dense__solve_inplace (self, bx) |
subroutine | s_spline_matrix_dense__write (self, unit, fmt) |
subroutine | s_spline_matrix_dense__free (self) |
Variables | |
integer, parameter | wp = f64 |
Working precision. More... | |
|
private |
Definition at line 111 of file sll_m_spline_matrix_dense.F90.
|
private |
Definition at line 196 of file sll_m_spline_matrix_dense.F90.
|
private |
Definition at line 86 of file sll_m_spline_matrix_dense.F90.
|
private |
Definition at line 100 of file sll_m_spline_matrix_dense.F90.
|
private |
Definition at line 140 of file sll_m_spline_matrix_dense.F90.
|
private |
Definition at line 165 of file sll_m_spline_matrix_dense.F90.
|
private |
Working precision.
Definition at line 27 of file sll_m_spline_matrix_dense.F90.