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

Private Member Functions

subroutine signature_precompute_qn_2d (qn, mu_points, mu_weights, N_mu)
 

Detailed Description

Definition at line 23 of file sll_m_qn_2d_base.F90.

Constructor & Destructor Documentation

◆ signature_precompute_qn_2d()

subroutine signature_precompute_qn_2d ( class(sll_c_qn_2d_base), target  qn,
real(kind=f64), dimension(1:n_mu), intent(in)  mu_points,
real(kind=f64), dimension(1:n_mu), intent(in)  mu_weights,
integer(kind=i32), intent(in)  N_mu 
)
private

Definition at line 23 of file sll_m_qn_2d_base.F90.

    Report Typos and Errors