Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines | Variables
sll_m_spline_matrix Module Reference

Description

Access point to matrix class providing factory function.

Author
Yaman Güçlü - IPP Garching
Edoardo Zoni - IPP Garching

Functions/Subroutines

subroutine, public sll_s_spline_matrix_new (matrix, matrix_type, n, kl, ku)
 

Variables

integer, parameter wp = f64
 Working precision. More...
 

Function/Subroutine Documentation

◆ sll_s_spline_matrix_new()

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.

Variable Documentation

◆ wp

integer, parameter wp = f64
private

Working precision.

Definition at line 28 of file sll_m_spline_matrix.F90.

    Report Typos and Errors