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

Go to the source code of this file.

Data Types

type  sll_t_linear_operator_abstract
 class for abstract linear operator More...
 
interface  sll_p_dot_linear_operator_abstract
 
interface  sll_p_print_info_linear_operator_abstract
 
interface  sll_p_free_linear_operator_abstract
 

Modules

module  sll_m_linear_operator_abstract
 module for abstract linear operator
 

Functions/Subroutines

subroutine initialize_linear_operator_abstract (self, other, n_rows, n_cols, n_global_rows, n_global_cols, n_block_rows, n_block_cols, id_rows, id_cols)
 initialize linear solver from a linear operator or given attributs More...
 
subroutine print_info_linear_operator_abstract (self)
 prints a linear operator More...
 
    Report Typos and Errors