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

Go to the source code of this file.

Data Types

type  sll_t_vlasovpoisson_sim
 
interface  operator(.eq.)
 
type  sll_boundary
 

Modules

module  sll_m_descriptors
 Describes different global flags throughout the library.
 

Functions/Subroutines

pure character(len=10) function name_vlasovpoisson_sim (self)
 
pure logical function sll_vlasovpoisson_sim_compare (bc1, bc2)
 
subroutine parse_vlasovpoisson_sim (self, str)
 
pure character(len=10) function name_boundary (self)
 
pure logical function sll_boundary_compare (bc1, bc2)
 
subroutine parse_boundary (self, str)
 

Variables

type(sll_t_vlasovpoisson_sim), parameter, public sll_p_landau_diag = sll_t_vlasovpoisson_sim(1, "sll_p_landau_diag")
 
type(sll_t_vlasovpoisson_sim), parameter, public sll_p_landau_sum = sll_t_vlasovpoisson_sim(2, "sll_p_landau_sum")
 
type(sll_t_vlasovpoisson_sim), parameter, public sll_p_landau_prod = sll_t_vlasovpoisson_sim(3, "sll_p_landau_prod")
 
type(sll_t_vlasovpoisson_sim), parameter sll_twostream = sll_t_vlasovpoisson_sim(4, "SLL_TWOSTREAM")
 
type(sll_t_vlasovpoisson_sim), parameter sll_bumpontail = sll_t_vlasovpoisson_sim(5, "SLL_BUMPONTAIL")
 
type(sll_boundary), parameter open = sll_boundary(1, "OPEN")
 
type(sll_boundary), parameter closed = sll_boundary(2, "CLOSED")
 
    Report Typos and Errors