Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_advection_1d_spectral Module Reference

Description

Spectral 1d advection.

Boundary conditions must be periodic.

Derived types and interfaces

type  sll_t_advector_1d_spectral
 

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)
 

Function/Subroutine Documentation

◆ advect_1d()

subroutine sll_m_advection_1d_spectral::advect_1d ( class(sll_t_advector_1d_spectral adv,
real(kind=f64), dimension(:), intent(in)  a,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

Definition at line 126 of file sll_m_advection_1d_spectral.F90.

◆ advect_1d_constant()

subroutine sll_m_advection_1d_spectral::advect_1d_constant ( class(sll_t_advector_1d_spectral adv,
real(kind=f64), intent(in)  a,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

Definition at line 145 of file sll_m_advection_1d_spectral.F90.

Here is the call graph for this function:

◆ advector_1d_spectral_init()

subroutine sll_m_advection_1d_spectral::advector_1d_spectral_init ( class(sll_t_advector_1d_spectral), intent(inout)  adv,
integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max 
)
private

Definition at line 93 of file sll_m_advection_1d_spectral.F90.

Here is the call graph for this function:

◆ delete()

subroutine sll_m_advection_1d_spectral::delete ( class(sll_t_advector_1d_spectral), intent(inout)  adv)
private

Definition at line 174 of file sll_m_advection_1d_spectral.F90.

Here is the call graph for this function:

◆ sll_f_new_advector_1d_spectral()

type(sll_t_advector_1d_spectral) function, pointer, public sll_m_advection_1d_spectral::sll_f_new_advector_1d_spectral ( integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max 
)

Definition at line 74 of file sll_m_advection_1d_spectral.F90.

    Report Typos and Errors