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

Derived types and interfaces

type  sll_t_linear_operator_matrix_stencil_to_dense
 

Functions/Subroutines

subroutine s_linear_operator_matrix_stencil_to_dense__init (self, s1, s2)
 
integer function, dimension(2) f_linear_operator_matrix_stencil_to_dense__get_shape (self)
 
subroutine s_linear_operator_matrix_stencil_to_dense__dot (self, x, y)
 
subroutine s_linear_operator_matrix_stencil_to_dense__dot_incr (self, x, y)
 
subroutine s_linear_operator_matrix_stencil_to_dense__to_array (self, A)
 
subroutine s_linear_operator_matrix_stencil_to_dense__free (self)
 

Variables

integer, parameter wp = f64
 

Function/Subroutine Documentation

◆ f_linear_operator_matrix_stencil_to_dense__get_shape()

integer function, dimension(2) sll_m_linear_operator_matrix_stencil_to_dense::f_linear_operator_matrix_stencil_to_dense__get_shape ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(in)  self)
private

◆ s_linear_operator_matrix_stencil_to_dense__dot()

subroutine sll_m_linear_operator_matrix_stencil_to_dense::s_linear_operator_matrix_stencil_to_dense__dot ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(in)  self,
class(sll_c_vector_space), intent(in)  x,
class(sll_c_vector_space), intent(inout)  y 
)
private

◆ s_linear_operator_matrix_stencil_to_dense__dot_incr()

subroutine sll_m_linear_operator_matrix_stencil_to_dense::s_linear_operator_matrix_stencil_to_dense__dot_incr ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(in)  self,
class(sll_c_vector_space), intent(in)  x,
class(sll_c_vector_space), intent(inout)  y 
)
private

◆ s_linear_operator_matrix_stencil_to_dense__free()

subroutine sll_m_linear_operator_matrix_stencil_to_dense::s_linear_operator_matrix_stencil_to_dense__free ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(inout)  self)
private

◆ s_linear_operator_matrix_stencil_to_dense__init()

subroutine sll_m_linear_operator_matrix_stencil_to_dense::s_linear_operator_matrix_stencil_to_dense__init ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(inout)  self,
integer, intent(in)  s1,
integer, intent(in)  s2 
)
private

◆ s_linear_operator_matrix_stencil_to_dense__to_array()

subroutine sll_m_linear_operator_matrix_stencil_to_dense::s_linear_operator_matrix_stencil_to_dense__to_array ( class(sll_t_linear_operator_matrix_stencil_to_dense), intent(in)  self,
real(wp), dimension(:, :), intent(inout)  A 
)
private

Variable Documentation

◆ wp

integer, parameter wp = f64
private
    Report Typos and Errors