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

Go to the source code of this file.

Data Types

type  sll_t_advector_1d_ampere
 
type  sll_t_advector_1d_ampere_ptr
 

Modules

module  sll_m_advection_1d_ampere
 Spectral 1d advection.
 

Functions/Subroutines

type(sll_t_advector_1d_ampere) function, pointer, public sll_f_new_advector_1d_ampere (nc_eta1, eta1_min, eta1_max)
 
subroutine advector_1d_ampere_init (adv, nc_eta1, eta1_min, eta1_max)
 
subroutine advect_1d (adv, a, dt, input, output)
 
subroutine delete (adv)
 
subroutine advect_1d_constant (adv, a, dt, input, output)
 
    Report Typos and Errors