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_bsl Module Reference

Description

backward semi-lagrangian 1d advection

Derived types and interfaces

type  sll_t_advector_1d_bsl
 

Functions/Subroutines

type(sll_t_advector_1d_bsl) function, pointer, public sll_f_new_advector_1d_bsl (interp, charac, npts, eta_min, eta_max, eta_coords)
 
subroutine initialize_advector_1d_bsl (adv, interp, charac, npts, eta_min, eta_max, eta_coords)
 
subroutine bsl_advect_1d (adv, A, dt, input, output)
 
subroutine bsl_advect_1d_constant (adv, A, dt, input, output)
 
subroutine delete_bsl_1d_adv (adv)
 

Function/Subroutine Documentation

◆ bsl_advect_1d()

subroutine sll_m_advection_1d_bsl::bsl_advect_1d ( class(sll_t_advector_1d_bsl 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 129 of file sll_m_advection_1d_BSL.F90.

◆ bsl_advect_1d_constant()

subroutine sll_m_advection_1d_bsl::bsl_advect_1d_constant ( class(sll_t_advector_1d_bsl 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 143 of file sll_m_advection_1d_BSL.F90.

◆ delete_bsl_1d_adv()

subroutine sll_m_advection_1d_bsl::delete_bsl_1d_adv ( class(sll_t_advector_1d_bsl), intent(inout)  adv)
private

Definition at line 165 of file sll_m_advection_1d_BSL.F90.

◆ initialize_advector_1d_bsl()

subroutine sll_m_advection_1d_bsl::initialize_advector_1d_bsl ( class(sll_t_advector_1d_bsl), intent(inout)  adv,
class(sll_c_interpolator_1d), target  interp,
class(sll_c_characteristics_1d_base), target  charac,
integer(kind=i32), intent(in)  npts,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
real(kind=f64), dimension(:), optional, pointer  eta_coords 
)
private

Definition at line 81 of file sll_m_advection_1d_BSL.F90.

◆ sll_f_new_advector_1d_bsl()

type(sll_t_advector_1d_bsl) function, pointer, public sll_m_advection_1d_bsl::sll_f_new_advector_1d_bsl ( class(sll_c_interpolator_1d), pointer  interp,
class(sll_c_characteristics_1d_base), pointer  charac,
integer(kind=i32), intent(in)  npts,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
real(kind=f64), dimension(:), optional, pointer  eta_coords 
)

Definition at line 61 of file sll_m_advection_1d_BSL.F90.

    Report Typos and Errors