![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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) |
|
private |
Definition at line 214 of file sll_m_advection_1d_CSL.F90.
|
private |
Definition at line 326 of file sll_m_advection_1d_CSL.F90.
|
private |
Definition at line 425 of file sll_m_advection_1d_CSL.F90.
|
private |
Definition at line 369 of file sll_m_advection_1d_CSL.F90.
|
private |
Definition at line 117 of file sll_m_advection_1d_CSL.F90.
|
private |
Definition at line 398 of file sll_m_advection_1d_CSL.F90.
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 | ||
) |