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

Go to the source code of this file.

Data Types

type  jrk_t_linear_solver_pointer
 class that contains a pointer to a linear solver More...
 
type  sll_t_linear_solver_block
 class for a linear solver_block More...
 

Modules

module  sll_m_linear_solver_block
 module for a block linear solver
 

Functions/Subroutines

subroutine create_linear_solver_block (self, n_block_rows, n_block_cols)
 creates a linear solver_block you must sets the linop using set More...
 
subroutine set_linear_solver_block (self, i_block_row, i_block_col, linop, r_coeff)
 sets a linear solver More...
 
subroutine read_from_file_linear_solver_block (self, filename)
 
subroutine set_verbose_linear_solver_block (self, verbose)
 
subroutine solve_real_linear_solver_block (self, rhs, unknown)
 apply the dot operation More...
 
subroutine print_info_linear_solver_block (self)
 prints the current object More...
 
subroutine free_linear_solver_block (self)
 destroys the current object More...
 
    Report Typos and Errors