![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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) |
|
private |
Definition at line 235 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.
|
private |
Definition at line 343 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.
|
private |
Definition at line 97 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.
|
private |
Definition at line 212 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.
|
private |
Definition at line 162 of file sll_m_advection_1d_non_uniform_cubic_splines.F90.
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.