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
signature_compute_gyroaverage_2d Interface Reference

Compute Jf = gyroaverage of f with the Larmor radius larmor_rad. More...

Private Member Functions

subroutine signature_compute_gyroaverage_2d (gyroaverage, larmor_rad, f)
 

Detailed Description

Compute Jf = gyroaverage of f with the Larmor radius larmor_rad.

Definition at line 21 of file sll_m_gyroaverage_2d_base.F90.

Constructor & Destructor Documentation

◆ signature_compute_gyroaverage_2d()

subroutine signature_compute_gyroaverage_2d ( class(sll_c_gyroaverage_2d_base), target  gyroaverage,
real(kind=f64), intent(in)  larmor_rad,
real(kind=f64), dimension(:, :), intent(inout)  f 
)
private

Definition at line 21 of file sll_m_gyroaverage_2d_base.F90.

    Report Typos and Errors