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

Go to the source code of this file.

Data Types

type  sll_t_linear_solver_abstract
 class for abstract linear solver More...
 
interface  sll_p_solve_real_linear_solver_abstract
 
interface  sll_p_set_verbose_linear_solver_abstract
 
interface  sll_p_read_from_file_linear_solver_abstract
 
interface  sll_p_print_info_linear_solver_abstract
 
interface  sll_p_free_linear_solver_abstract
 

Modules

module  sll_m_linear_solver_abstract
 module for abstract linear solver
 

Functions/Subroutines

subroutine initialize_linear_solver_abstract (self, linear_operator)
 initialize linear solver from linear operator More...
 
subroutine set_verbose_linear_solver_abstract (self, verbose)
 sets the verbose for the linear solver object More...
 
    Report Typos and Errors