Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_advection_1d_csl Module Reference

Description

conservative semi-lagrangian 1d advection

Derived types and interfaces

type  csl_1d_advector
 

Functions/Subroutines

type(csl_1d_advector) function, pointer, public sll_f_new_csl_1d_advector (interp, charac, Npts, eta_min, eta_max, eta_coords, bc_type, process_outside_point)
 
subroutine initialize_csl_1d_advector (adv, interp, charac, Npts, eta_min, eta_max, eta_coords, bc_type, process_outside_point)
 
subroutine csl_advect_1d (adv, A, dt, input, output)
 
subroutine csl_advect_1d_constant (adv, A, dt, input, output)
 
subroutine function_to_primitive_csl (f, node_positions, N, M)
 
subroutine primitive_to_function_csl (f, node_positions, node_positions_back, N, M)
 
subroutine delete_csl_1d_advector (adv)
 

Function/Subroutine Documentation

◆ csl_advect_1d()

subroutine sll_m_advection_1d_csl::csl_advect_1d ( class(csl_1d_advector adv,
real(kind=f64), dimension(:), intent(in)  A,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

Definition at line 214 of file sll_m_advection_1d_CSL.F90.

Here is the call graph for this function:

◆ csl_advect_1d_constant()

subroutine sll_m_advection_1d_csl::csl_advect_1d_constant ( class(csl_1d_advector adv,
real(kind=f64), intent(in)  A,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

Definition at line 326 of file sll_m_advection_1d_CSL.F90.

◆ delete_csl_1d_advector()

subroutine sll_m_advection_1d_csl::delete_csl_1d_advector ( class(csl_1d_advector), intent(inout)  adv)
private

Definition at line 425 of file sll_m_advection_1d_CSL.F90.

◆ function_to_primitive_csl()

subroutine sll_m_advection_1d_csl::function_to_primitive_csl ( real(kind=f64), dimension(:), intent(inout)  f,
real(kind=f64), dimension(:), intent(in)  node_positions,
integer(kind=i32), intent(in)  N,
real(kind=f64), intent(out)  M 
)
private

Definition at line 369 of file sll_m_advection_1d_CSL.F90.

Here is the caller graph for this function:

◆ initialize_csl_1d_advector()

subroutine sll_m_advection_1d_csl::initialize_csl_1d_advector ( class(csl_1d_advector), intent(inout)  adv,
class(sll_c_interpolator_1d), pointer  interp,
class(sll_c_characteristics_1d_base), pointer  charac,
integer(kind=i32), intent(in)  Npts,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
real(kind=f64), dimension(:), optional, pointer  eta_coords,
integer(kind=i32), intent(in), optional  bc_type,
procedure(sll_i_signature_process_outside_point_1d), optional  process_outside_point 
)
private

Definition at line 117 of file sll_m_advection_1d_CSL.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ primitive_to_function_csl()

subroutine sll_m_advection_1d_csl::primitive_to_function_csl ( real(kind=f64), dimension(:), intent(inout)  f,
real(kind=f64), dimension(:), intent(in)  node_positions,
real(kind=f64), dimension(:), intent(in)  node_positions_back,
integer(kind=i32), intent(in)  N,
real(kind=f64), intent(in)  M 
)
private

Definition at line 398 of file sll_m_advection_1d_CSL.F90.

Here is the caller graph for this function:

◆ sll_f_new_csl_1d_advector()

type(csl_1d_advector) function, pointer, public sll_m_advection_1d_csl::sll_f_new_csl_1d_advector ( class(sll_c_interpolator_1d), pointer  interp,
class(sll_c_characteristics_1d_base), pointer  charac,
integer(kind=i32), intent(in)  Npts,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
real(kind=f64), dimension(:), optional, pointer  eta_coords,
integer(kind=i32), intent(in), optional  bc_type,
procedure(sll_i_signature_process_outside_point_1d), optional  process_outside_point 
)

Definition at line 80 of file sll_m_advection_1d_CSL.F90.

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