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

Private Member Functions

procedure, pass(adv) initialize => initialize_csl_1d_advector
 
procedure, pass(adv) advect_1d => csl_advect_1d
 
procedure, pass(adv) advect_1d_constant => csl_advect_1d_constant
 
procedure, pass(adv) delete => delete_csl_1d_advector
 

Private Attributes

class(sll_c_interpolator_1d), pointer interp
 
class(sll_c_characteristics_1d_base), pointer charac
 
real(kind=f64), dimension(:), pointer eta_coords
 
real(kind=f64), dimension(:), pointer eta_coords_unit
 
real(kind=f64), dimension(:), pointer eta_coords_unit_back
 
real(kind=f64), dimension(:), pointer charac_feet
 
real(kind=f64), dimension(:), pointer charac_feet_i
 
real(kind=f64), dimension(:), pointer buf1d
 
real(kind=f64), dimension(:), pointer buf1d_out
 
integer(kind=i32) npts
 
integer(kind=i32) bc_type
 
procedure(sll_i_signature_process_outside_point_1d), pointer, nopass process_outside_point
 

Detailed Description

Definition at line 53 of file sll_m_advection_1d_CSL.F90.

Member Function/Subroutine Documentation

◆ advect_1d()

procedure, pass(adv) advect_1d
private

Definition at line 72 of file sll_m_advection_1d_CSL.F90.

◆ advect_1d_constant()

procedure, pass(adv) advect_1d_constant
private

Definition at line 74 of file sll_m_advection_1d_CSL.F90.

◆ delete()

procedure, pass(adv) delete
private

Definition at line 76 of file sll_m_advection_1d_CSL.F90.

◆ initialize()

procedure, pass(adv) initialize
private

Definition at line 70 of file sll_m_advection_1d_CSL.F90.

Member Data Documentation

◆ bc_type

integer(kind=i32) bc_type
private

Definition at line 65 of file sll_m_advection_1d_CSL.F90.

◆ buf1d

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

Definition at line 62 of file sll_m_advection_1d_CSL.F90.

◆ buf1d_out

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

Definition at line 63 of file sll_m_advection_1d_CSL.F90.

◆ charac

class(sll_c_characteristics_1d_base), pointer charac
private

Definition at line 56 of file sll_m_advection_1d_CSL.F90.

◆ charac_feet

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

Definition at line 60 of file sll_m_advection_1d_CSL.F90.

◆ charac_feet_i

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

Definition at line 61 of file sll_m_advection_1d_CSL.F90.

◆ eta_coords

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

Definition at line 57 of file sll_m_advection_1d_CSL.F90.

◆ eta_coords_unit

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

Definition at line 58 of file sll_m_advection_1d_CSL.F90.

◆ eta_coords_unit_back

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

Definition at line 59 of file sll_m_advection_1d_CSL.F90.

◆ interp

class(sll_c_interpolator_1d), pointer interp
private

Definition at line 55 of file sll_m_advection_1d_CSL.F90.

◆ npts

integer(kind=i32) npts
private

Definition at line 64 of file sll_m_advection_1d_CSL.F90.

◆ process_outside_point

procedure(sll_i_signature_process_outside_point_1d), pointer, nopass process_outside_point
private

Definition at line 66 of file sll_m_advection_1d_CSL.F90.

    Report Typos and Errors