Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
conservative version of trapezoid
Derived types and interfaces | |
type | sll_t_trapezoid_conservative_1d_charac |
Functions/Subroutines | |
type(sll_t_trapezoid_conservative_1d_charac) function, pointer, public | sll_f_new_trapezoid_conservative_1d_charac (Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol) |
subroutine | initialize_trapezoid_conservative_1d_charac (charac, Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol) |
subroutine | compute_trapezoid_conservative_1d_charac (charac, A, dt, input, output) |
|
private |
Definition at line 185 of file sll_m_characteristics_1d_trapezoid_conservative.F90.
|
private |
Definition at line 105 of file sll_m_characteristics_1d_trapezoid_conservative.F90.
type(sll_t_trapezoid_conservative_1d_charac) function, pointer, public sll_m_characteristics_1d_trapezoid_conservative::sll_f_new_trapezoid_conservative_1d_charac | ( | integer(kind=i32), intent(in) | Npts, |
class(sll_c_interpolator_1d), target | A_interp, | ||
integer(kind=i32), intent(in), optional | bc_type, | ||
real(kind=f64), intent(in), optional | eta_min, | ||
real(kind=f64), intent(in), optional | eta_max, | ||
procedure(sll_i_signature_process_outside_point_1d), optional | process_outside_point, | ||
integer(kind=i32), intent(in), optional | maxiter, | ||
real(kind=f64), intent(in), optional | tol | ||
) |
Definition at line 69 of file sll_m_characteristics_1d_trapezoid_conservative.F90.