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_non_uniform_cubic_splines Module Reference

Derived types and interfaces

type  sll_t_advector_1d_non_uniform_cubic_splines
 

Functions/Subroutines

type(sll_t_advector_1d_non_uniform_cubic_splines) function, pointer, public sll_f_new_advector_1d_non_uniform_cubic_splines (num_cells, xmin, xmax, order, node_positions)
 
subroutine initialize_sll_t_advector_1d_non_uniform_cubic_splines (adv, num_cells, xmin, xmax, order, node_positions)
 
subroutine non_uniform_cubic_splines_advect_1d_constant (adv, A, dt, input, output)
 
subroutine non_uniform_cubic_splines_advect_1d (adv, A, dt, input, output)
 
subroutine constant_advection_spl_non_unif_per (f, alpha, node_positions, N, buf, Xstar, node_pos, coeffs, ibuf)
 
subroutine delete_non_unif_cubic_splines_1d_adv (adv)
 

Function/Subroutine Documentation

◆ constant_advection_spl_non_unif_per()

subroutine sll_m_advection_1d_non_uniform_cubic_splines::constant_advection_spl_non_unif_per ( real(kind=f64), dimension(:), intent(inout)  f,
real(kind=f64), intent(in)  alpha,
real(kind=f64), dimension(:), intent(in)  node_positions,
integer(kind=i32), intent(in)  N,
real(kind=f64), dimension(:), pointer  buf,
real(kind=f64), dimension(:), pointer  Xstar,
real(kind=f64), dimension(:), pointer  node_pos,
real(kind=f64), dimension(:), pointer  coeffs,
integer(kind=i32), dimension(:), pointer  ibuf 
)
private

Definition at line 235 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.

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

◆ delete_non_unif_cubic_splines_1d_adv()

subroutine sll_m_advection_1d_non_uniform_cubic_splines::delete_non_unif_cubic_splines_1d_adv ( class(sll_t_advector_1d_non_uniform_cubic_splines), intent(inout)  adv)
private

◆ initialize_sll_t_advector_1d_non_uniform_cubic_splines()

subroutine sll_m_advection_1d_non_uniform_cubic_splines::initialize_sll_t_advector_1d_non_uniform_cubic_splines ( class(sll_t_advector_1d_non_uniform_cubic_splines adv,
integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  xmin,
real(kind=f64), intent(in)  xmax,
integer(kind=i32), intent(in)  order,
real(kind=f64), dimension(:), intent(in), optional  node_positions 
)
private

Definition at line 97 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.

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

◆ non_uniform_cubic_splines_advect_1d()

subroutine sll_m_advection_1d_non_uniform_cubic_splines::non_uniform_cubic_splines_advect_1d ( class(sll_t_advector_1d_non_uniform_cubic_splines 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

◆ non_uniform_cubic_splines_advect_1d_constant()

subroutine sll_m_advection_1d_non_uniform_cubic_splines::non_uniform_cubic_splines_advect_1d_constant ( class(sll_t_advector_1d_non_uniform_cubic_splines 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 162 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.

Here is the call graph for this function:

◆ sll_f_new_advector_1d_non_uniform_cubic_splines()

type(sll_t_advector_1d_non_uniform_cubic_splines) function, pointer, public sll_m_advection_1d_non_uniform_cubic_splines::sll_f_new_advector_1d_non_uniform_cubic_splines ( integer(kind=i32), intent(in)  num_cells,
real(kind=f64), intent(in)  xmin,
real(kind=f64), intent(in)  xmax,
integer(kind=i32), intent(in)  order,
real(kind=f64), dimension(:), intent(in), optional  node_positions 
)

Definition at line 70 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.

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