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

1d real function, abstract interface for function defining the control variate More...

Private Member Functions

real(kind=f64) function sll_i_control_variate (self, xi, vi, time)
 

Detailed Description

1d real function, abstract interface for function defining the control variate

Definition at line 48 of file sll_m_control_variate.F90.

Constructor & Destructor Documentation

◆ sll_i_control_variate()

real(kind=f64) function sll_i_control_variate ( class(sll_t_control_variate self,
real(kind=f64), dimension(:), intent(in), optional  xi,
real(kind=f64), dimension(:), intent(in), optional  vi,
real(kind=f64), intent(in), optional  time 
)
private
Parameters
selfControl variate object
[in]xiparticle position
[in]viparticle velocity
[in]timecurrent time

Definition at line 48 of file sll_m_control_variate.F90.

    Report Typos and Errors