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

Derived types and interfaces

type  sll_t_advector_1d_periodic
 

Functions/Subroutines

type(sll_t_advector_1d_periodic) function, pointer, public sll_f_new_periodic_1d_advector (num_cells, xmin, xmax, type, order)
 
subroutine initialize_periodic_1d_advector (adv, num_cells, xmin, xmax, type, order)
 
subroutine periodic_advect_1d_constant (adv, A, dt, input, output)
 
subroutine periodic_advect_1d_fake (adv, A, dt, input, output)
 
subroutine delete_periodic_1d_advector (adv)
 

Function/Subroutine Documentation

◆ delete_periodic_1d_advector()

subroutine sll_m_advection_1d_periodic::delete_periodic_1d_advector ( class(sll_t_advector_1d_periodic), intent(inout)  adv)
private

Definition at line 151 of file sll_m_advection_1d_periodic.F90.

◆ initialize_periodic_1d_advector()

subroutine sll_m_advection_1d_periodic::initialize_periodic_1d_advector ( class(sll_t_advector_1d_periodic adv,
integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  xmin,
real(kind=f64), intent(in)  xmax,
integer(kind=i32), intent(in)  type,
integer(kind=i32), intent(in)  order 
)
private

Definition at line 78 of file sll_m_advection_1d_periodic.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ periodic_advect_1d_constant()

subroutine sll_m_advection_1d_periodic::periodic_advect_1d_constant ( class(sll_t_advector_1d_periodic 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 101 of file sll_m_advection_1d_periodic.F90.

Here is the call graph for this function:

◆ periodic_advect_1d_fake()

subroutine sll_m_advection_1d_periodic::periodic_advect_1d_fake ( class(sll_t_advector_1d_periodic 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 132 of file sll_m_advection_1d_periodic.F90.

◆ sll_f_new_periodic_1d_advector()

type(sll_t_advector_1d_periodic) function, pointer, public sll_m_advection_1d_periodic::sll_f_new_periodic_1d_advector ( integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  xmin,
real(kind=f64), intent(in)  xmax,
integer(kind=i32), intent(in)  type,
integer(kind=i32), intent(in)  order 
)

Definition at line 58 of file sll_m_advection_1d_periodic.F90.

Here is the call graph for this function:
    Report Typos and Errors