Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_control_variate.F90 File Reference
#include "sll_working_precision.h"
#include "sll_memory.h"
Include dependency graph for sll_m_control_variate.F90:

Go to the source code of this file.

Data Types

type  sll_t_control_variate
 Control variate object. More...
 
type  sll_t_control_variates
 
interface  sll_i_control_variate
 1d real function, abstract interface for function defining the control variate More...
 

Modules

module  sll_m_control_variate
 Control variate.
 

Functions/Subroutines

real(kind=f64) function update_df_weight (self, xi, vi, time, weight_ff, g0)
 Update the delta f weights. More...
 
subroutine init_control_variate (self, control_function, parameters, distribution_params)
 Initialization. More...
 
subroutine free_control_variate (self)
 Destructor. More...
 
    Report Typos and Errors