![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_errors.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
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) |