Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_t_advector_1d_spectral Type Reference
Inheritance diagram for sll_t_advector_1d_spectral:
Collaboration diagram for sll_t_advector_1d_spectral:

Private Member Functions

procedure, pass(adv) init => advector_1d_spectral_init
 
procedure, pass(adv) advect_1d
 
procedure, pass(adv) advect_1d_constant
 
procedure, pass(adv) delete
 

Private Attributes

integer(kind=i32) num_cells
 
real(kind=f64) eta_min
 
real(kind=f64) eta_max
 
real(kind=f64) delta_eta
 
real(kind=f64), dimension(:), pointer d_dx
 
real(kind=f64), dimension(:), pointer kx
 
type(sll_t_fftfwx
 
type(sll_t_fftbwx
 
complex(kind=f64), dimension(:), pointer fk
 

Detailed Description

Definition at line 47 of file sll_m_advection_1d_spectral.F90.

Member Function/Subroutine Documentation

◆ advect_1d()

procedure, pass(adv) advect_1d
private

Definition at line 64 of file sll_m_advection_1d_spectral.F90.

◆ advect_1d_constant()

procedure, pass(adv) advect_1d_constant
private

Definition at line 65 of file sll_m_advection_1d_spectral.F90.

◆ delete()

procedure, pass(adv) delete
private

Definition at line 66 of file sll_m_advection_1d_spectral.F90.

◆ init()

procedure, pass(adv) init
private

Definition at line 63 of file sll_m_advection_1d_spectral.F90.

Member Data Documentation

◆ bwx

type(sll_t_fft) bwx
private

Definition at line 58 of file sll_m_advection_1d_spectral.F90.

◆ d_dx

real(kind=f64), dimension(:), pointer d_dx
private

Definition at line 54 of file sll_m_advection_1d_spectral.F90.

◆ delta_eta

real(kind=f64) delta_eta
private

Definition at line 52 of file sll_m_advection_1d_spectral.F90.

◆ eta_max

real(kind=f64) eta_max
private

Definition at line 51 of file sll_m_advection_1d_spectral.F90.

◆ eta_min

real(kind=f64) eta_min
private

Definition at line 50 of file sll_m_advection_1d_spectral.F90.

◆ fk

complex(kind=f64), dimension(:), pointer fk
private

Definition at line 59 of file sll_m_advection_1d_spectral.F90.

◆ fwx

type(sll_t_fft) fwx
private

Definition at line 57 of file sll_m_advection_1d_spectral.F90.

◆ kx

real(kind=f64), dimension(:), pointer kx
private

Definition at line 55 of file sll_m_advection_1d_spectral.F90.

◆ num_cells

integer(kind=i32) num_cells
private

Definition at line 49 of file sll_m_advection_1d_spectral.F90.

    Report Typos and Errors