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

Go to the source code of this file.

Data Types

type  psm_1d_advector
 

Modules

module  sll_m_advection_1d_psm
 Parabolic Spline Method.
 

Functions/Subroutines

type(psm_1d_advector) function, pointer, public sll_f_new_psm_1d_advector (Npts, eta_min, eta_max, Nbdr)
 
subroutine initialize_psm_1d_advector (adv, Npts, eta_min, eta_max, Nbdr)
 
subroutine psm_advect_1d (adv, A, dt, input, output)
 
subroutine psm_advect_1d_constant (adv, A, dt, input, output)
 
subroutine delete_psm_1d_advector (adv)
 
    Report Typos and Errors