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

Description

Spectral 1d advection.

Boundary conditions must be periodic.

Derived types and interfaces

type  sll_t_advector_1d_ampere
 
type  sll_t_advector_1d_ampere_ptr
 

Functions/Subroutines

type(sll_t_advector_1d_ampere) function, pointer, public sll_f_new_advector_1d_ampere (nc_eta1, eta1_min, eta1_max)
 
subroutine advector_1d_ampere_init (adv, nc_eta1, eta1_min, eta1_max)
 
subroutine advect_1d (adv, a, dt, input, output)
 
subroutine delete (adv)
 
subroutine advect_1d_constant (adv, a, dt, input, output)
 

Function/Subroutine Documentation

◆ advect_1d()

subroutine sll_m_advection_1d_ampere::advect_1d ( class(sll_t_advector_1d_ampere 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 139 of file sll_m_advection_1d_ampere.F90.

◆ advect_1d_constant()

subroutine sll_m_advection_1d_ampere::advect_1d_constant ( class(sll_t_advector_1d_ampere 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 165 of file sll_m_advection_1d_ampere.F90.

Here is the call graph for this function:

◆ advector_1d_ampere_init()

subroutine sll_m_advection_1d_ampere::advector_1d_ampere_init ( class(sll_t_advector_1d_ampere), intent(inout)  adv,
integer(kind=i32), intent(in)  nc_eta1,
real(kind=f64), intent(in)  eta1_min,
real(kind=f64), intent(in)  eta1_max 
)
private

Definition at line 99 of file sll_m_advection_1d_ampere.F90.

Here is the call graph for this function:

◆ delete()

subroutine sll_m_advection_1d_ampere::delete ( class(sll_t_advector_1d_ampere), intent(inout)  adv)
private

Definition at line 156 of file sll_m_advection_1d_ampere.F90.

Here is the call graph for this function:

◆ sll_f_new_advector_1d_ampere()

type(sll_t_advector_1d_ampere) function, pointer, public sll_m_advection_1d_ampere::sll_f_new_advector_1d_ampere ( integer(kind=i32), intent(in)  nc_eta1,
real(kind=f64), intent(in)  eta1_min,
real(kind=f64), intent(in)  eta1_max 
)

Definition at line 81 of file sll_m_advection_1d_ampere.F90.

    Report Typos and Errors