Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
#include "sll_memory.h"
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... | |