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_periodic.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_advection_1d_periodic.F90:

Go to the source code of this file.

Data Types

type  sll_t_advector_1d_periodic
 

Modules

module  sll_m_advection_1d_periodic
 

Functions/Subroutines

type(sll_t_advector_1d_periodic) function, pointer, public sll_f_new_periodic_1d_advector (num_cells, xmin, xmax, type, order)
 
subroutine initialize_periodic_1d_advector (adv, num_cells, xmin, xmax, type, order)
 
subroutine periodic_advect_1d_constant (adv, A, dt, input, output)
 
subroutine periodic_advect_1d_fake (adv, A, dt, input, output)
 
subroutine delete_periodic_1d_advector (adv)
 
    Report Typos and Errors