Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines | Variables
sll_m_linear_operator_matrix_c1_block_new.F90 File Reference
#include "sll_assert.h"
#include "sll_errors.h"
Include dependency graph for sll_m_linear_operator_matrix_c1_block_new.F90:

Go to the source code of this file.

Data Types

type  sll_t_linear_operator_matrix_c1_block_new
 

Modules

module  sll_m_linear_operator_matrix_c1_block_new
 

Functions/Subroutines

subroutine s_linear_operator_matrix_c1_block_new__init (self, n1, n2, p1, p2)
 
integer function, dimension(2) f_linear_operator_matrix_c1_block_new__get_shape (self)
 
subroutine s_linear_operator_matrix_c1_block_new__dot (self, x, y)
 
subroutine s_linear_operator_matrix_c1_block_new__dot_incr (self, x, y)
 
subroutine s_linear_operator_matrix_c1_block_new__to_array (self, A)
 
subroutine s_linear_operator_matrix_c1_block_new__free (self)
 

Variables

integer, parameter wp = f64
 
    Report Typos and Errors