Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
advect_2d_executor Interface Reference

Private Member Functions

subroutine advect_2d_executor (adv, A1, A2, dt, input, output)
 

Detailed Description

Definition at line 47 of file sll_m_advection_2d_base.F90.

Constructor & Destructor Documentation

◆ advect_2d_executor()

subroutine advect_2d_executor ( class(sll_c_advector_2d 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 47 of file sll_m_advection_2d_base.F90.

    Report Typos and Errors