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

Private Member Functions

procedure, pass(adv) init => initialize_csl_2d_advector
 
procedure, pass(adv) advect_2d => csl_advect_2d
 

Private Attributes

class(sll_c_characteristics_2d_base), pointer charac
 
real(kind=f64), dimension(:), pointer eta1_coords
 
real(kind=f64), dimension(:), pointer eta2_coords
 
real(kind=f64), dimension(:, :), pointer charac_feet1
 
real(kind=f64), dimension(:, :), pointer charac_feet2
 
integer(kind=i32) npts1
 
integer(kind=i32) npts2
 
integer(kind=i32) nbmax
 
real(kind=f64), dimension(:, :), pointer tt
 
real(kind=f64), dimension(:, :), pointer tcell
 
real(kind=f64), dimension(:), pointer intx
 
real(kind=f64), dimension(:), pointer inty
 
real(kind=f64), dimension(:, :), pointer dir
 
integer(kind=i32), dimension(:, :, :), pointer cell
 

Detailed Description

Definition at line 42 of file sll_m_advection_2d_CSL.F90.

Member Function/Subroutine Documentation

◆ advect_2d()

procedure, pass(adv) advect_2d
private

Definition at line 62 of file sll_m_advection_2d_CSL.F90.

◆ init()

procedure, pass(adv) init
private

Definition at line 61 of file sll_m_advection_2d_CSL.F90.

Member Data Documentation

◆ cell

integer(kind=i32), dimension(:, :, :), pointer cell
private

Definition at line 57 of file sll_m_advection_2d_CSL.F90.

◆ charac

class(sll_c_characteristics_2d_base), pointer charac
private

Definition at line 44 of file sll_m_advection_2d_CSL.F90.

◆ charac_feet1

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

Definition at line 47 of file sll_m_advection_2d_CSL.F90.

◆ charac_feet2

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

Definition at line 48 of file sll_m_advection_2d_CSL.F90.

◆ dir

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

Definition at line 56 of file sll_m_advection_2d_CSL.F90.

◆ eta1_coords

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

Definition at line 45 of file sll_m_advection_2d_CSL.F90.

◆ eta2_coords

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

Definition at line 46 of file sll_m_advection_2d_CSL.F90.

◆ intx

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

Definition at line 54 of file sll_m_advection_2d_CSL.F90.

◆ inty

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

Definition at line 55 of file sll_m_advection_2d_CSL.F90.

◆ nbmax

integer(kind=i32) nbmax
private

Definition at line 51 of file sll_m_advection_2d_CSL.F90.

◆ npts1

integer(kind=i32) npts1
private

Definition at line 49 of file sll_m_advection_2d_CSL.F90.

◆ npts2

integer(kind=i32) npts2
private

Definition at line 50 of file sll_m_advection_2d_CSL.F90.

◆ tcell

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

Definition at line 53 of file sll_m_advection_2d_CSL.F90.

◆ tt

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

Definition at line 52 of file sll_m_advection_2d_CSL.F90.

    Report Typos and Errors