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_advection_1d_spectral.F90 File Reference
#include "sll_errors.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_advection_1d_spectral.F90:

Go to the source code of this file.

Data Types

type  sll_t_advector_1d_spectral
 

Modules

module  sll_m_advection_1d_spectral
 Spectral 1d advection.
 

Functions/Subroutines

type(sll_t_advector_1d_spectral) function, pointer, public sll_f_new_advector_1d_spectral (num_cells, eta_min, eta_max)
 
subroutine advector_1d_spectral_init (adv, num_cells, eta_min, eta_max)
 
subroutine advect_1d (adv, a, dt, input, output)
 
subroutine advect_1d_constant (adv, a, dt, input, output)
 
subroutine delete (adv)
 
    Report Typos and Errors