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_periodic Type Reference
Inheritance diagram for sll_t_advector_1d_periodic:
Collaboration diagram for sll_t_advector_1d_periodic:

Private Member Functions

procedure, pass(adv) init => initialize_periodic_1d_advector
 
procedure, pass(adv) advect_1d_constant => periodic_advect_1d_constant
 
procedure, pass(adv) advect_1d => periodic_advect_1d_fake
 
procedure, pass(adv) delete => delete_periodic_1d_advector
 

Private Attributes

integer(kind=i32) num_cells
 
real(kind=f64) xmin
 
real(kind=f64) xmax
 
type(sll_t_periodic_interp_workper_interp
 

Detailed Description

Definition at line 41 of file sll_m_advection_1d_periodic.F90.

Member Function/Subroutine Documentation

◆ advect_1d()

procedure, pass(adv) advect_1d
private

Definition at line 52 of file sll_m_advection_1d_periodic.F90.

◆ advect_1d_constant()

procedure, pass(adv) advect_1d_constant
private

Definition at line 51 of file sll_m_advection_1d_periodic.F90.

◆ delete()

procedure, pass(adv) delete
private

Definition at line 53 of file sll_m_advection_1d_periodic.F90.

◆ init()

procedure, pass(adv) init
private

Definition at line 50 of file sll_m_advection_1d_periodic.F90.

Member Data Documentation

◆ num_cells

integer(kind=i32) num_cells
private

Definition at line 43 of file sll_m_advection_1d_periodic.F90.

◆ per_interp

type(sll_t_periodic_interp_work) per_interp
private

Definition at line 46 of file sll_m_advection_1d_periodic.F90.

◆ xmax

real(kind=f64) xmax
private

Definition at line 45 of file sll_m_advection_1d_periodic.F90.

◆ xmin

real(kind=f64) xmin
private

Definition at line 44 of file sll_m_advection_1d_periodic.F90.

    Report Typos and Errors