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

Go to the source code of this file.

Data Types

type  csl_1d_advector
 

Modules

module  sll_m_advection_1d_csl
 conservative semi-lagrangian 1d advection
 

Functions/Subroutines

type(csl_1d_advector) function, pointer, public sll_f_new_csl_1d_advector (interp, charac, Npts, eta_min, eta_max, eta_coords, bc_type, process_outside_point)
 
subroutine initialize_csl_1d_advector (adv, interp, charac, Npts, eta_min, eta_max, eta_coords, bc_type, process_outside_point)
 
subroutine csl_advect_1d (adv, A, dt, input, output)
 
subroutine csl_advect_1d_constant (adv, A, dt, input, output)
 
subroutine function_to_primitive_csl (f, node_positions, N, M)
 
subroutine primitive_to_function_csl (f, node_positions, node_positions_back, N, M)
 
subroutine delete_csl_1d_advector (adv)
 
    Report Typos and Errors