![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
conservative semi-lagrangian 1d advection using periodic interpolation
Derived types and interfaces | |
type | csl_periodic_1d_advector |
Functions/Subroutines | |
type(csl_periodic_1d_advector) function, pointer, public | sll_f_new_csl_periodic_1d_advector (interp, charac, Npts, eta_min, eta_max, eta_coords, csl_degree) |
subroutine | initialize_csl_periodic_1d_advector (adv, interp, charac, Npts, eta_min, eta_max, eta_coords, csl_degree) |
subroutine | csl_periodic_advect_1d (adv, A, dt, input, output) |
subroutine | csl_periodic_advect_1d_constant (adv, A, dt, input, output) |
subroutine | delete_csl_periodic_1d_adv (adv) |
subroutine | check_charac_feet (origin, feet, Npts, epsilon) |
real(kind=f64) function | compute_gap_min (input, Npts) |
real(kind=f64) function | compute_gap_max (input, Npts) |
subroutine | compute_csl_hermite_mat (d, N, output) |
subroutine | compute_inverse_csl_hermite_mat (N, mat) |
subroutine | mult_circulant_mat (N, mat, f, fft_buf) |
subroutine | compute_csl_integral (Npts, interp, origin, feet, output) |
real(kind=f64) function | compute_simpson_contribution_csl_periodic (interp, a, b, eta_min, eta_max) |
subroutine | compute_csl_mat (interp, eta_min, eta_max, Npts, output) |
real(kind=f64) function | compute_quadrature (interp, a, b, w) |
subroutine | check_solve_csl_mat (csl_mat, csl_mat_init, N, fft_buf) |
subroutine | circ_mat_mul_direct (a, input, output, N) |
subroutine | compute_node_derivative_order3 (interp, deriv, N, eta_min, eta_max) |
subroutine | update_solution_csl_periodic (interp, input, deriv, charac, Npts, eta_min, eta_max, output, csl_degree) |
real(kind=f64) function | evaluate_hermite_1d (x, dof) |
real(kind=f64) function | contribution_simpson_hermite (a, b, dof) |
subroutine | compute_csl_ww (ww, r, s) |
real(kind=f64) function | contribution_gauss_lagrange (a, b, xval, fval, r, s, xw, ng) |
|
private |
Definition at line 387 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 794 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 842 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 480 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 604 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 710 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 1574 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 460 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 440 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 536 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 864 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 777 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 678 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 1657 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 1550 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 241 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 337 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 380 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 1536 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 117 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 578 of file sll_m_advection_1d_CSL_periodic.F90.
type(csl_periodic_1d_advector) function, pointer, public sll_m_advection_1d_csl_periodic::sll_f_new_csl_periodic_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 | csl_degree | ||
) |
Definition at line 84 of file sll_m_advection_1d_CSL_periodic.F90.
|
private |
Definition at line 907 of file sll_m_advection_1d_CSL_periodic.F90.