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

Go to the source code of this file.

Modules

module  sll_m_lobalap
 

Functions/Subroutines

real(kind=f64) function potexact (x, y)
 
real(kind=f64) function source (x, y)
 
subroutine init_gauss ()
 
subroutine, public sll_s_plotgmsh ()
 
subroutine build_mesh ()
 
subroutine, public sll_s_init (nx0, ny0, order0)
 
real(kind=f64) function delta (i, j)
 
subroutine gradpg (iloc, ipg, grad, poids)
 
subroutine, public sll_s_compute_electric_field (dg_ex, dg_ey)
 
subroutine, public sll_s_assemb ()
 
subroutine, public sll_s_assemb_rhs (dg_rho)
 
subroutine, public sll_s_computelu ()
 
subroutine, public sll_s_compute_phi ()
 
subroutine add (val, i, j)
 
subroutine, public sll_s_release ()
 

Variables

integer order
 
integer nloc
 
logical is_init = .false.
 
integer nx
 
integer ny
 
integer nel
 
integer neqx
 
integer neqy
 
integer neq
 
integer nbc
 
real(kind=f64), dimension(:, :), allocatable node
 
integer, dimension(:, :), allocatable connec
 
integer, dimension(:), allocatable prof
 
integer, dimension(:), allocatable kld
 
real(kind=f64), dimension(:), allocatable vdiag
 
real(kind=f64), dimension(:), allocatable vsup
 
real(kind=f64), dimension(:), allocatable vinf
 
integer nsky
 
real(kind=f64), parameter big = 1.e20_f64
 
real(kind=f64), dimension(:), allocatable phi
 
real(kind=f64), dimension(:), allocatable rho
 
integer, dimension(:), allocatable indexbc
 
    Report Typos and Errors