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
sll_m_linear_operator_block.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_linear_operator_block.F90:

Go to the source code of this file.

Data Types

type  jrk_t_linear_operator_pointer
 class that contains a pointer to a linear operator More...
 
type  sll_t_linear_operator_block
 class for a linear operator_block More...
 

Modules

module  sll_m_linear_operator_block
 module for a block linear operator
 

Functions/Subroutines

subroutine create_linear_operator_block (self, n_block_rows, n_block_cols)
 creates a linear operator_block you must sets the linop using set More...
 
subroutine free_linear_operator_block (self)
 destroys the current object More...
 
subroutine set_linear_operator_block (self, i_block_row, i_block_col, linop, r_coeff)
 sets a linear operator More...
 
subroutine print_info_linear_operator_block (self)
 prints the current object More...
 
subroutine dot_linear_operator_block (self, x, y)
 apply the dot operation More...
 
    Report Typos and Errors