Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_advection_2d_tensor_product Module Reference

Description

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)
 

Function/Subroutine Documentation

◆ initialize_advector_2d_tensor_product()

subroutine sll_m_advection_2d_tensor_product::initialize_advector_2d_tensor_product ( class(sll_t_advector_2d_tensor_product), intent(inout)  adv,
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 
)
private

Definition at line 76 of file sll_m_advection_2d_tensor_product.F90.

◆ sll_f_new_advector_2d_tensor_product()

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.

◆ tensor_product_advect_2d()

subroutine sll_m_advection_2d_tensor_product::tensor_product_advect_2d ( class(sll_t_advector_2d_tensor_product adv,
real(kind=f64), dimension(:, :), intent(in)  A1,
real(kind=f64), dimension(:, :), intent(in)  A2,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:, :), intent(in)  input,
real(kind=f64), dimension(:, :), intent(out)  output 
)
private

Definition at line 101 of file sll_m_advection_2d_tensor_product.F90.

    Report Typos and Errors