Loading [MathJax]/extensions/TeX/AMSsymbols.js
Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
All Classes Namespaces Files Functions Variables Macros Modules Pages
Derived types and interfaces | Functions/Subroutines
sll_m_advection_2d_csl Module Reference

Derived types and interfaces

type  sll_t_csl_2d_advector
 

Functions/Subroutines

type(sll_t_csl_2d_advector) function, pointer, public sll_f_new_csl_2d_advector (charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine initialize_csl_2d_advector (adv, charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine csl_advect_2d (adv, A1, A2, dt, input, output)
 
subroutine aux (N0, N1, f, aretesh, aretesv, sommets, ordre, dom)
 
subroutine compute_aux2_new (N_x1, N_x2, r_x1, s_x1, r_x2, s_x2, input, output)
 
subroutine compute_ww (ww, r, s)
 
subroutine aux2 (N0, N1, f, areteshb, areteshh, aretesvg, aretesvd, sommetsbg, sommetsbd, sommetshg, sommetshd, ordre, carac, dom)
 

Function/Subroutine Documentation

◆ aux()

subroutine sll_m_advection_2d_csl::aux ( integer(kind=i32), intent(in)  N0,
integer(kind=i32), intent(in)  N1,
real(f64), dimension(0:n0, 0:n1 - 1), intent(in)  f,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  aretesh,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  aretesv,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  sommets,
integer(kind=i32), intent(in)  ordre,
real(kind=f64), dimension(0:1, 0:1), intent(in)  dom 
)
private

Definition at line 547 of file sll_m_advection_2d_CSL.F90.

◆ aux2()

subroutine sll_m_advection_2d_csl::aux2 ( integer, intent(in)  N0,
integer, intent(in)  N1,
real(f64), dimension(0:n0, 0:n1 - 1), intent(in)  f,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  areteshb,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  areteshh,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  aretesvg,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  aretesvd,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  sommetsbg,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  sommetsbd,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  sommetshg,
real(f64), dimension(0:n0, 0:n1 - 1), intent(inout)  sommetshd,
integer, intent(in)  ordre,
real(f64), dimension(2, -1:n0 + 1, -1:n1 + 1), intent(in)  carac,
real(f64), dimension(0:1, 0:1), intent(in)  dom 
)
private

Definition at line 776 of file sll_m_advection_2d_CSL.F90.

◆ compute_aux2_new()

subroutine sll_m_advection_2d_csl::compute_aux2_new ( integer(kind=i32), intent(in)  N_x1,
integer(kind=i32), intent(in)  N_x2,
integer(kind=i32), intent(in)  r_x1,
integer(kind=i32), intent(in)  s_x1,
integer(kind=i32), intent(in)  r_x2,
integer(kind=i32), intent(in)  s_x2,
real(kind=f64), dimension(:, :), intent(in)  input,
real(kind=f64), dimension(:, :, :, :), intent(out)  output 
)
private

Definition at line 635 of file sll_m_advection_2d_CSL.F90.

Here is the call graph for this function:

◆ compute_ww()

subroutine sll_m_advection_2d_csl::compute_ww ( real(kind=f64), dimension(:), intent(out)  ww,
integer(kind=i32), intent(in)  r,
integer(kind=i32), intent(in)  s 
)
private

Definition at line 698 of file sll_m_advection_2d_CSL.F90.

Here is the caller graph for this function:

◆ csl_advect_2d()

subroutine sll_m_advection_2d_csl::csl_advect_2d ( class(sll_t_csl_2d_advector adv,
real(kind=f64), dimension(:, :), intent(in)  A1,
real(kind=f64), dimension(:, :), intent(in)  A2,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:, :), intent(in)  input,
real(kind=f64), dimension(:, :), intent(out)  output 
)
private

Definition at line 209 of file sll_m_advection_2d_CSL.F90.

◆ initialize_csl_2d_advector()

subroutine sll_m_advection_2d_csl::initialize_csl_2d_advector ( class(sll_t_csl_2d_advector adv,
class(sll_c_characteristics_2d_base), pointer  charac,
integer(kind=i32), intent(in)  Npts1,
integer(kind=i32), intent(in)  Npts2,
real(kind=f64), intent(in), optional  eta1_min,
real(kind=f64), intent(in), optional  eta1_max,
real(kind=f64), intent(in), optional  eta2_min,
real(kind=f64), intent(in), optional  eta2_max,
real(kind=f64), dimension(:), optional, pointer  eta1_coords,
real(kind=f64), dimension(:), optional, pointer  eta2_coords 
)
private

Definition at line 108 of file sll_m_advection_2d_CSL.F90.

Here is the caller graph for this function:

◆ sll_f_new_csl_2d_advector()

type(sll_t_csl_2d_advector) function, pointer, public sll_m_advection_2d_csl::sll_f_new_csl_2d_advector ( class(sll_c_characteristics_2d_base), pointer  charac,
integer(kind=i32), intent(in)  Npts1,
integer(kind=i32), intent(in)  Npts2,
real(kind=f64), intent(in), optional  eta1_min,
real(kind=f64), intent(in), optional  eta1_max,
real(kind=f64), intent(in), optional  eta2_min,
real(kind=f64), intent(in), optional  eta2_max,
real(kind=f64), dimension(:), optional, pointer  eta1_coords,
real(kind=f64), dimension(:), optional, pointer  eta2_coords 
)

Definition at line 68 of file sll_m_advection_2d_CSL.F90.

Here is the call graph for this function:
    Report Typos and Errors