![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
use of CSL1D in 2D
begin with a specific example (for characteristics and interpolation)
Derived types and interfaces | |
type | sll_t_advector_2d_tensor_product |
Functions/Subroutines | |
type(sll_t_advector_2d_tensor_product) function, pointer, public | sll_f_new_advector_2d_tensor_product (advect_x1, advect_x2, npts1, npts2) |
subroutine | initialize_advector_2d_tensor_product (adv, advect_x1, advect_x2, npts1, npts2) |
subroutine | tensor_product_advect_2d (adv, A1, A2, dt, input, output) |
|
private |
Definition at line 76 of file sll_m_advection_2d_tensor_product.F90.
type(sll_t_advector_2d_tensor_product) function, pointer, public sll_m_advection_2d_tensor_product::sll_f_new_advector_2d_tensor_product | ( | class(sll_c_advector_1d), pointer | advect_x1, |
class(sll_c_advector_1d), pointer | advect_x2, | ||
integer(kind=i32), intent(in) | npts1, | ||
integer(kind=i32), intent(in) | npts2 | ||
) |
Definition at line 59 of file sll_m_advection_2d_tensor_product.F90.
|
private |
Definition at line 101 of file sll_m_advection_2d_tensor_product.F90.