Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_linear_solver_abstract Module Reference

Description

module for abstract linear solver

Maintainer ARA Modified by Benedikt Perse Stability stable

Derived types and interfaces

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
 

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...
 

Function/Subroutine Documentation

◆ initialize_linear_solver_abstract()

subroutine sll_m_linear_solver_abstract::initialize_linear_solver_abstract ( class(sll_t_linear_solver_abstract), intent(inout)  self,
class(sll_t_linear_operator_abstract), intent(in), target  linear_operator 
)
private

initialize linear solver from linear operator

Parameters
[in,out]selfthe current object
[in]linear_operatora linear operator

Definition at line 123 of file sll_m_linear_solver_abstract.F90.

◆ set_verbose_linear_solver_abstract()

subroutine sll_m_linear_solver_abstract::set_verbose_linear_solver_abstract ( class(sll_t_linear_solver_abstract), intent(inout)  self,
logical, intent(in)  verbose 
)
private

sets the verbose for the linear solver object

Parameters
[in,out]selfthe current object
[in]verboseverbose flag

Definition at line 151 of file sll_m_linear_solver_abstract.F90.

    Report Typos and Errors