Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Modules | Functions/Subroutines
sll_m_pivotbande.F90 File Reference
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_pivotbande.F90:

Go to the source code of this file.

Modules

module  sll_m_pivotbande
 

Functions/Subroutines

subroutine searchband (a, n, l1, l2)
 
subroutine factolub (a, l, u, n, l1, l2)
 
subroutine, public sll_s_factolub_bande (a, l, u, n, l1, l2)
 
subroutine solvlub (l, u, x, b, n, l1, l2)
 
subroutine, public sll_s_solvlub_bande (l, u, x, b, n, l1, l2)
 
subroutine gauss_seidel (a, x, b, n)
 
subroutine residue (a, x, b, n, error_l2)
 
subroutine gauss_seidel_bande (a, x, b, l1, l2, n)
 
subroutine, public sll_s_residue_bande (a, x, b, l1, l2, n, error_l2)
 
    Report Typos and Errors